1
Fork 0

added dir to clean script

This commit is contained in:
Jake Howard 2015-08-20 19:53:17 +01:00
parent 0ef155b7f8
commit 13910097d7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"build-data-files": "python firefox/build-package.py && python chrome/build-manifest.py",
"distribute": "cp -r build/* firefox/data/ && cp -r build/* chrome/data/",
"build": "npm run clean && npm run create-dirs && npm run build-js && npm run distribute && npm run build-data-files && npm run build-extensions",
"clean": "rm -rf firefox/data chrome/data node_modules/"
"clean": "rm -rf firefox/data chrome/data node_modules/ build/"
},
"repository": {
"type": "git",