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

Commit

Permalink
Updates script (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Feb 1, 2018
1 parent 31f39fb commit a6c005c
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 @@ -40,7 +40,7 @@
"test-offline": "tap --reporter=spec test/**/*.js",
"setup": "npm install",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install",
"test-node": "./node_modules/mocha/bin/mocha $(find api -name '*-test.js') --compilers js:babel-core/register",
"test-node-watch": "./node_modules/mocha/bin/mocha $(find api -name '*-test.js') --compilers js:babel-core/register --watch"
},
Expand Down

0 comments on commit a6c005c

Please sign in to comment.