npm cleanups (#5512)

* Cleanup @parity modules in npm run clean

* Remove top-level yarn files (only in js)
This commit is contained in:
Jaco Greeff
2017-04-26 12:38:21 +02:00
committed by GitHub
parent 012615ae46
commit 3d9deb7770
4 changed files with 2 additions and 6 deletions

View File

@@ -48,7 +48,7 @@
"ci:build:embed": "NODE_ENV=production EMBED=1 node webpack/embed",
"start": "npm install && npm run build:lib && npm run build:dll && npm run start:app",
"start:app": "node webpack/dev.server",
"clean": "rm -rf ./.build ./.coverage ./.happypack ./.npmjs ./build ./node_modules/.cache",
"clean": "rm -rf ./.build ./.coverage ./.happypack ./.npmjs ./build ./node_modules/.cache ./node_modules/@parity",
"coveralls": "npm run testCoverage && coveralls < coverage/lcov.info",
"lint": "npm run lint:css && npm run lint:js",
"lint:cached": "npm run lint:css && npm run lint:js:cached",