Fixed stupid bug!
This commit is contained in:
parent
2bf69aed15
commit
f956c1b90b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"build-js": "bash build-js.sh",
|
||||
"build-data-files": "python firefox/build-package.py && python chrome/build-manifest.py",
|
||||
"distribute": "rm -rf firefox/data/* chrome/data/* && cp -rf build/* firefox/data/ && cp -rf 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",
|
||||
"build": "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/ build/"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Reference in a new issue