We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45beacd commit 508b28eCopy full SHA for 508b28e
package.json
@@ -46,7 +46,7 @@
46
"test:cov": "jest --coverage",
47
"test:ts": "tsc --noEmit",
48
"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",
+ "release": "yarn clean && yarn && yarn build && yarn test:ts && yarn test:unit && yarn changeset publish --no-git-tag",
50
"vers": "yarn changeset version"
51
},
52
"commitlint": {
0 commit comments