Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Fixed broken scripts - this should now again contain our edge binary
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jun 14, 2017
1 parent 8653c26 commit 7e7ed5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"clean": "rimraf lib/* bin/*",
"test": "npm run prepublish && jest",
"lint-staged": "lint-staged",
"prescript": "npm run clean && rollup --config rollup.config.js",
"prepublish": "npm run prescript && npm run clean && prepublish",
"prescript": "rimraf bin/* && rollup --config rollup.config.js",
"prepublish": "rimraf lib/* && prepublish",
"release": "release-it --github.release --npm.publish --non-interactive",
"release:minor": "release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "release-it --github.release --npm.publish --non-interactive --increment major"
Expand Down

0 comments on commit 7e7ed5c

Please sign in to comment.