Skip to content

Commit

Permalink
build: replace prepublish with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Dec 1, 2017
1 parent 782e251 commit 2144847
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 @@ -17,7 +17,7 @@
"pretest:browser": "npm run build",
"test:browser": "browserify ./test/test.js > test/browser/browserified-tests.js && opener http://localhost:9007/test/browser/index.html && http-server . -p 9007",
"test:coverage": "istanbul cover tape test/*.js",
"prepublish": "nsp check && npm run build:browser",
"prepare": "nsp check && npm run build:browser",
"postpublish": "./publish-docs.sh",
"prerelease": "npm test",
"release": "standard-version -s",
Expand Down

0 comments on commit 2144847

Please sign in to comment.