Skip to content

Commit bcd8c36

Browse files
authored
Merge pull request #2 from PruvoNet/fix-build
fix: rebuild detection step
2 parents 5680ac6 + 3334ab5 commit bcd8c36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"lint": "standard",
2020
"unit": "vows --spec ./test/**/*.js",
2121
"test": "npm run unit && npm run lint",
22-
"benchmark": "node ./benchmark.js"
22+
"benchmark": "node ./benchmark.js",
23+
"postinstall": "node scripts/install.js"
2324
},
2425
"dependencies": {
2526
"nan": "^2.25.0",

0 commit comments

Comments
 (0)