Skip to content

Commit

Permalink
fix build:all command
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshanziya committed Sep 25, 2024
1 parent c1828c5 commit 61e8770
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 @@ -24,7 +24,7 @@
"prettier:check": "prettier --check .",
"new": "backstage-cli new --scope internal",
"release:version": "changeset version && prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' && yarn install",
"release:publish": "tsc && build:all && changeset publish"
"release:publish": "tsc && yarn build:all && changeset publish"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit 61e8770

Please sign in to comment.