Skip to content

Commit

Permalink
prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 23, 2018
1 parent 80a8d70 commit b6035fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electrode-react-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"lint": "clap lint",
"test": "npm run lint && clap check",
"prepublish": "if in-publish; then npm test; fi",
"prepublishOnly": "npm test",
"format": "prettier --write --print-width 100 *.{js,jsx} `find . -type d -d 1 -exec echo '{}/**/*.{js,jsx}' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`"
},
"homepage": "http://www.electrode.io",
Expand Down

0 comments on commit b6035fd

Please sign in to comment.