diff --git a/package.json b/package.json index 8e1ccf34..5e35abff 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "updates": "^4.0.0" }, "scripts": { - "build": "npm run update && npm run versions && npm run build:cm", + "build": "npm run update-node && npm run update-versions && npm run build:cm", "build:cm": "node tools/update-libraries.js && node tools/update-codemirror-themes.js", "lint": "eslint **/*.js || true", - "update": "updates -u && npm update", - "versions": "node tools/update-versions", - "zip": "npm run versions && node tools/zip.js" + "update-node": "updates -u && npm update", + "update-versions": "node tools/update-versions", + "zip": "npm run update-versions && node tools/zip.js" } }