Skip to content

Commit 508b28e

Browse files
committed
chore: improve release script
1 parent 45beacd commit 508b28e

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
@@ -46,7 +46,7 @@
4646
"test:cov": "jest --coverage",
4747
"test:ts": "tsc --noEmit",
4848
"test:e2e": "start-server-and-test 'yarn vite serve packages/parallax/test --host' http-get://localhost:3000 'yarn cypress run'",
49-
"release": "yarn test:ts && yarn test:unit && yarn build && yarn changeset publish --no-git-tag",
49+
"release": "yarn clean && yarn && yarn build && yarn test:ts && yarn test:unit && yarn changeset publish --no-git-tag",
5050
"vers": "yarn changeset version"
5151
},
5252
"commitlint": {

0 commit comments

Comments
 (0)