Add missing build script to package.json and ignore root build directory
This commit is contained in:
@@ -9,6 +9,7 @@ README.html
|
|||||||
addon.env
|
addon.env
|
||||||
|
|
||||||
src/web-ext-artifacts/*
|
src/web-ext-artifacts/*
|
||||||
|
web-ext-artifacts
|
||||||
|
|
||||||
# JetBrains IDE files
|
# JetBrains IDE files
|
||||||
.idea
|
.idea
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
"url": "git+https://github.com/mozilla/multi-account-containers.git"
|
"url": "git+https://github.com/mozilla/multi-account-containers.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "web-ext build -s src/",
|
||||||
"dev": "npm run remove-locales-github && web-ext run -s src/",
|
"dev": "npm run remove-locales-github && web-ext run -s src/",
|
||||||
"lint": "npm-run-all lint:*",
|
"lint": "npm-run-all lint:*",
|
||||||
"lint:addon": "./bin/addons-linter.sh",
|
"lint:addon": "./bin/addons-linter.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user