diff --git a/package.json b/package.json index 67f578880072..f24314bc0e1e 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,10 @@ "prettier:check": "npm run prettier:cli -- -l", "prettier:fix": "npm run prettier:cli -- --write", "clean": "lerna run --loglevel=silent clean", + "clean:full": "npm run clean && lerna clean --yes --loglevel=silent", "build": "lerna run --loglevel=silent build", "build:current": "lerna run --loglevel=silent build:current", - "build:full": "npm run clean && npm run build && npm run mocha && npm run lint", + "build:full": "npm run clean:full && 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", "mocha": "node packages/build/bin/select-dist mocha --opts test/mocha.opts \"packages/*/DIST/test/**/*.js\" \"packages/cli/test\"",