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 ffacef1 commit a979c6aCopy full SHA for a979c6a
package.json
@@ -30,7 +30,7 @@
30
"bootstrap": "lerna bootstrap",
31
"build": "npm run build --prefix ./packages/scenejs",
32
"packages:update": "lerna-helper version",
33
- "packages:build": "npm run build --prefix packages/scenejs && lerna run build --ignore scenejs --ignore demo",
+ "packages:build": "npm run build --prefix packages/scenejs && lerna run build --ignore demo",
34
"packages:publish": "lerna-helper publish --commit 'chore: publish packages' --ignore demo",
35
"changelog": "lerna-helper changelog --type all --base scenejs",
36
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
0 commit comments