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 d21a5f7 commit 2debc8fCopy full SHA for 2debc8f
package.json
@@ -51,7 +51,7 @@
51
"test:ts": "tsc --noEmit",
52
"test:e2e": "start-server-and-test 'yarn vite serve packages/parallax/test' http-get://localhost:3000 'yarn cypress run'",
53
"test": "yarn test:ts && yarn test:unit && yarn test:e2e",
54
- "release": "yarn test:ts && yarn test:cov && yarn build && yarn changeset publish",
+ "release": "yarn test:ts && yarn test:unit && yarn build && yarn changeset publish",
55
"vers": "yarn changeset version"
56
},
57
"commitlint": {
0 commit comments