build(aio): boilerplate wont be removed by default now

This commit is contained in:
Jesus Rodriguez 2017-06-23 20:07:58 +02:00 committed by Matias Niemelä
parent 97bb374218
commit 8786ba95fb
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"test": "yarn check-env && ng test",
"pree2e": "yarn check-env && yarn ~~update-webdriver",
"e2e": "ng e2e --no-webdriver-update",
"setup": "yarn && yarn build-ie-polyfills && yarn boilerplate:add && yarn generate-plunkers && yarn generate-zips && yarn docs",
"setup": "yarn && yarn build-ie-polyfills && yarn boilerplate:remove && yarn boilerplate:add && yarn generate-plunkers && yarn generate-zips && yarn docs",
"pretest-pwa-score-local": "yarn build",
"test-pwa-score-local": "concurrently --kill-others --success first \"http-server dist -p 4200 --silent\" \"yarn test-pwa-score -- http://localhost:4200 90\"",
"test-pwa-score": "node scripts/test-pwa-score",

View File

@ -30,7 +30,6 @@ const files = {
// requires admin access because it adds symlinks
function add() {
remove();
const realPath = path.join(SHARED_PATH, '/node_modules');
const nodeModulesPaths = getNodeModulesPaths(EXAMPLES_PATH);