Skip to content

Commit e8ce0cd

Browse files
committed
do not end up in watch mode when trying to release
1 parent dec4b3b commit e8ce0cd

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
@@ -11,7 +11,7 @@
1111
"clean": "rimraf lib",
1212
"prebuild": "yarn clean",
1313
"build": "tsc --project tsconfig.json",
14-
"prepublishOnly": "yarn build && yarn test",
14+
"prepublishOnly": "yarn build && yarn test --run",
1515
"test": "vitest",
1616
"format": "prettier --write .",
1717
"prepare": "husky install"

0 commit comments

Comments
 (0)