Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 4432f34

Browse files
fix: don't run tests on end-users machines
Installing the package was broken.
1 parent d6de55e commit 4432f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"watch:test-impl": "yarn run --silent test-impl-lcov --grep='#e2e|#int' --invert -R min",
3838
"w": "yarn run clean && yarn run build && concurrently --raw -n tsc,mocha \"yarn run --silent watch:build\" \"yarn run --silent watch:test\"",
3939
"wc": "yarn run clean && yarn run build && concurrently --raw -n tsc,mocha \"yarn run --silent watch:build\" \"yarn run --silent watch:test-cov\"",
40-
"postinstall": "yarn test:postinstall",
40+
"prepare": "yarn clean && yarn run check && yarn run build",
4141
"build:core": "tsc -p .",
4242
"build": "yarn build:core",
4343
"clean.builds": "gts clean",

0 commit comments

Comments
 (0)