Skip to content

Commit

Permalink
npm cleanups (openethereum#5512)
Browse files Browse the repository at this point in the history
* Cleanup @parity modules in npm run clean

* Remove top-level yarn files (only in js)
  • Loading branch information
jacogr authored Apr 26, 2017
1 parent 012615a commit 3d9deb7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

# npm stuff
npm-debug.log
node_modules

# gdb files
.gdb_history
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion node_modules/.yarn-integrity

This file was deleted.

4 changes: 0 additions & 4 deletions yarn.lock

This file was deleted.

0 comments on commit 3d9deb7

Please sign in to comment.