Browse Source

add npm script to git clean except node_modules

Jojo 5 years ago
parent
commit
e9c69578cb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -16,7 +16,8 @@
     "localtunnel": "lt --port 3000",
     "share": "npm-run-all --parallel open:src localtunnel",
     "test": "mocha --reporter progress \"src/**/*.test.js\"",
-    "test:watch": "npm run test -- --watch"
+    "test:watch": "npm run test -- --watch",
+    "clean": "git clean -fdx -e node_modules"
   },
   "author": "JOJO",
   "license": "MIT",