Add missing build script to package.json and ignore root build directory

This commit is contained in:
Maxx Crawford 2022-10-20 09:47:51 -05:00
parent 035450ae96
commit 7256456463
No known key found for this signature in database
GPG key ID: 71DBD3273B65FEF9
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ README.html
addon.env
src/web-ext-artifacts/*
web-ext-artifacts
# JetBrains IDE files
.idea

View file

@ -36,6 +36,7 @@
"url": "git+https://github.com/mozilla/multi-account-containers.git"
},
"scripts": {
"build": "web-ext build -s src/",
"dev": "npm run remove-locales-github && web-ext run -s src/",
"lint": "npm-run-all lint:*",
"lint:addon": "./bin/addons-linter.sh",