Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit d09979b

Browse files
author
Simon Hofmann
committed
Disabled prebuild --all
1 parent 8bd4c5c commit d09979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:darwin:linux": "jasmine 'test/**/*.js'",
1010
"test:win32": "jasmine test/**/*.js",
1111
"install": "prebuild-install || node-gyp rebuild",
12-
"prebuild": "prebuild --all"
12+
"prebuild": "prebuild"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)