Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 10, 2022
1 parent ffacef1 commit a979c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bootstrap": "lerna bootstrap",
"build": "npm run build --prefix ./packages/scenejs",
"packages:update": "lerna-helper version",
"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",
"packages:publish": "lerna-helper publish --commit 'chore: publish packages' --ignore demo",
"changelog": "lerna-helper changelog --type all --base scenejs",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
Expand Down

0 comments on commit a979c6a

Please sign in to comment.