diff --git a/package.json b/package.json index cd3a7acbb335..6b1a4f5a87bf 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "prettier:check": "npm run prettier:cli -- -l", "prettier:fix": "npm run prettier:cli -- --write", "clean": "lerna run clean --loglevel=silent --parallel", - "clean:full": "npm run clean && lerna clean --yes --parallel --loglevel=silent", + "clean:lerna": "lerna clean --yes --parallel --loglevel=silent", "build": "lerna run build --parallel --loglevel=silent", "build:current": "lerna run build:current --parallel --loglevel=silent", - "build:full": "npm run clean:full && npm run bootstrap && npm run build && npm run mocha && npm run lint", + "build:full": "npm run clean:lerna && npm run bootstrap && npm run build && npm run mocha && npm run lint", "pretest": "npm run clean && npm run build:current", "test": "node packages/build/bin/run-nyc npm run mocha", "test:ci": "node packages/build/bin/run-nyc npm run mocha && npm run posttest",