Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 1406946

Browse files
committed
scripts install => postinstall
1 parent f1d8772 commit 1406946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache && rimraf bench/output && rimraf bench/.pulp-cache",
5-
"install": "bower i && cd bench && bower i",
5+
"postinstall": "bower i && cd bench && bower i",
66
"bench": "cd bench && npm run bench:build && npm run bench:run",
77
"bench:run": "cd bench && node --expose-gc -e 'require(\"./output/Bench.Main/index.js\").main()'",
88
"bench:build": "cd bench && pulp build",
@@ -15,4 +15,4 @@
1515
"purescript-psa": "^0.5.1",
1616
"rimraf": "^2.6.1"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)