Skip to content

Commit 46b684b

Browse files
committed
test postinstall 1
1 parent 86d8e11 commit 46b684b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"clean": "rimraf dist patch-package.test*.tgz",
2020
"format": "prettier --no-semi --write --trailing-comma=all src{/**,}/*.ts integration-tests{/**,}/*.ts property-based-tests{/**,}/*.ts",
2121
"prepack": "rimraf dist/**/*.test.js",
22-
"test": "./run-tests.sh --runInBand"
22+
"test": "./run-tests.sh --runInBand",
23+
"postinstall": "npm-run-all build"
2324
},
2425
"husky": {
2526
"hooks": {
@@ -85,7 +86,8 @@
8586
"semver": "^5.6.0",
8687
"shlex": "^2.0.2",
8788
"slash": "^2.0.0",
88-
"tmp": "^0.0.33"
89+
"tmp": "^0.0.33",
90+
"npm-run-all": "*"
8991
},
9092
"files": [
9193
"index.js",

0 commit comments

Comments
 (0)