Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Jun 27, 2017
1 parent 8453fbc commit 5a66008
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 @@ -33,10 +33,10 @@
"start": "nodemon index.js",
"test": "snyk test && jest --coverage",
"snyk-protect": "snyk protect",
"prepublish": "yarn build && yarn snyk-protect",
"prepublish": "npm run build && npm run snyk-protect",
"dev": "nodemon --exec babel-node index.js jest --coverage",
"build": "babel src -d build",
"semantic-release": "semantic-release pre && yarn publish && semantic-release post",
"semantic-release": "semantic-release pre && npm run publish && semantic-release post",
"commit": "git-cz"
},
"repository": {
Expand Down

0 comments on commit 5a66008

Please sign in to comment.