Skip to content

Commit 847b5f6

Browse files
committed
prepare -> postinstall
1 parent bbefb58 commit 847b5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"scripts": {
55
"test": "jest",
6-
"prepare": "node prepare.js"
6+
"postinstall": "node prepare.js"
77
},
88
"devDependencies": {
99
"@nrwl/cli": "^15.9.7",

0 commit comments

Comments
 (0)