Skip to content

Commit a979c6a

Browse files
committed
chore: publish packages
1 parent ffacef1 commit a979c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"bootstrap": "lerna bootstrap",
3131
"build": "npm run build --prefix ./packages/scenejs",
3232
"packages:update": "lerna-helper version",
33-
"packages:build": "npm run build --prefix packages/scenejs && lerna run build --ignore scenejs --ignore demo",
33+
"packages:build": "npm run build --prefix packages/scenejs && lerna run build --ignore demo",
3434
"packages:publish": "lerna-helper publish --commit 'chore: publish packages' --ignore demo",
3535
"changelog": "lerna-helper changelog --type all --base scenejs",
3636
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",

0 commit comments

Comments
 (0)