We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87f826 commit d6bb139Copy full SHA for d6bb139
package.json
@@ -30,7 +30,7 @@
30
"build": "rollup -c",
31
"build2": "tsc",
32
"build-watch": "rollup -c -w",
33
- "build:all": "npm-run-all build build:playground",
+ "build:all": "npm-run-all build build:playground build2",
34
"start-playground": "cd playground && npm run start",
35
"build:playground": "cd playground && npm run build",
36
"install:playground": "cd playground && npm i-all",
0 commit comments