diff --git a/package.json b/package.json index 9cd3d87de7..8e88526047 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,8 @@ "zepto": "^1.2.0" }, "scripts": { - "clean": "rm -rf ./dist /node_modules; rm package-lock.json", - "clean-test-lint": "npm run clean; npm install ; npm run test; npm run lint", + "clean": "rm -rf ./dist ./node_modules; rm package-lock.json", + "clean-test-lint": "npm run clean; npm install; npm run test; npm run lint", "start": "node app.js", "lint": "eslint platform example src --ext .js,.vue openmct.js", "lint:fix": "eslint platform example src --ext .js,.vue openmct.js --fix",