Skip to content

Commit

Permalink
update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Del Core committed Sep 12, 2023
1 parent 12bcf79 commit 3a08d99
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 @@ -33,7 +33,7 @@
"community:init:preset": "ts-node scripts/initialize-preset.ts",
"community:validate": "ts-node scripts/validate.ts ./community",
"worker:sync": "ts-node scripts/sync.ts",
"prerelease": "yarn validate && yarn test",
"prerelease": "yarn build && yarn validate && yarn test",
"release": "yarn changeset publish"
},
"dependencies": {
Expand Down

0 comments on commit 3a08d99

Please sign in to comment.