diff --git a/package.json b/package.json index 3545443a..4a534b2f 100644 --- a/package.json +++ b/package.json @@ -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" },