Skip to content

Commit 2debc8f

Browse files
committed
chore: run unit not cov for release
1 parent d21a5f7 commit 2debc8f

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
@@ -51,7 +51,7 @@
5151
"test:ts": "tsc --noEmit",
5252
"test:e2e": "start-server-and-test 'yarn vite serve packages/parallax/test' http-get://localhost:3000 'yarn cypress run'",
5353
"test": "yarn test:ts && yarn test:unit && yarn test:e2e",
54-
"release": "yarn test:ts && yarn test:cov && yarn build && yarn changeset publish",
54+
"release": "yarn test:ts && yarn test:unit && yarn build && yarn changeset publish",
5555
"vers": "yarn changeset version"
5656
},
5757
"commitlint": {

0 commit comments

Comments
 (0)