Skip to content

Commit e2a5314

Browse files
committed
chore: update build all to actually build all
1 parent 0b1670e commit e2a5314

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
@@ -27,7 +27,7 @@
2727
"test:coverage": "jest --runInBand --coverage",
2828
"type-check": "yarn workspaces foreach run type-check",
2929
"version:all": "yarn version check --interactive && yarn version apply --all",
30-
"publish:all": "yarn workspace @trueplan/forecast-theme publish"
30+
"publish:all": "yarn workspace @trueplan/forecast-theme publish && yarn workspace @trueplan/forecast-icons publish && yarn workspace @trueplan/forecast-components publish"
3131
},
3232
"lint-staged": {
3333
"**/*": "prettier --write --ignore-unknown",

0 commit comments

Comments
 (0)