Skip to content

Commit 3a08d99

Browse files
author
Daniel Del Core
committed
update release scripts
1 parent 12bcf79 commit 3a08d99

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
@@ -33,7 +33,7 @@
3333
"community:init:preset": "ts-node scripts/initialize-preset.ts",
3434
"community:validate": "ts-node scripts/validate.ts ./community",
3535
"worker:sync": "ts-node scripts/sync.ts",
36-
"prerelease": "yarn validate && yarn test",
36+
"prerelease": "yarn build && yarn validate && yarn test",
3737
"release": "yarn changeset publish"
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)