Add build command for firefox

This commit is contained in:
Sebastian Sauer 2023-07-31 20:33:09 +02:00
parent 4d23b36a05
commit b982d15202
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored

@ -1,2 +1,3 @@
.DS_Store .DS_Store
node_modules/ node_modules/
web-ext-artifacts/

@ -4,6 +4,7 @@
"description": "An extension to quickly add conventional comments", "description": "An extension to quickly add conventional comments",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build:ff": "web-ext build --ignore-files *.gif",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js && web-ext lint", "lint": "eslint src/**/*.js && web-ext lint",
"lint_fix": "eslint --fix src/**/*.js" "lint_fix": "eslint --fix src/**/*.js"