Skip to content

Commit

Permalink
Fix upload-prebuilds command
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Dec 8, 2017
1 parent 5786e65 commit c4dceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "npm run lint-js && npm run lint-cpp",
"test": "npm run lint",
"install": "prebuild-install || npm run rebuild",
"upload-prebuilds": "prebuild --runtime electron --target 1.7.9 --strip && prebuild --runtime node --target 6.1.0 --strip"
"upload-prebuilds": "prebuild --runtime electron --target 1.7.9 --runtime node --target 6.1.0 --strip"
},
"author": "Juan Cruz Viotti <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit c4dceb9

Please sign in to comment.