Github action and creation scripts

This commit is contained in:
Andrea Marchesini
2021-10-26 14:00:53 +02:00
parent 5c12e58cd7
commit 83687f6324
7 changed files with 154 additions and 10 deletions
+1 -2
View File
@@ -36,10 +36,9 @@
"url": "git+https://github.com/mozilla/multi-account-containers.git"
},
"scripts": {
"build": "npm test && cd src && web-ext build --overwrite-dest",
"webext": "web-ext run -s src/",
"lint": "npm-run-all lint:*",
"lint:addon": "addons-linter src --self-hosted",
"lint:addon": "./bin/addons-linter.sh",
"lint:css": "stylelint src/css/*.css",
"lint:html": "htmllint *.html",
"lint:js": "eslint .",