Skip to content

Commit

Permalink
Fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Feb 12, 2024
1 parent 925cbc1 commit 390cdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "npm run build --workspace=@studiometa/playground",
"watch": "npm run watch --workspace=@studiometa/playground",
"demo:dev": "npm run dev --workspace=@studiometa/playground-demo",
"predemo:build": "npm run build",
"demo:build": "npm run build --workspace=@studiometa/playground-demo",
"demo:preview": "npm run preview --workspace=@studiometa/playground-demo",
"lint": "npm run lint:scripts && npm run lint:styles && npm run lint:templates",
Expand Down

0 comments on commit 390cdaa

Please sign in to comment.