Add .jpmignore file
This commit is contained in:
parent
a9a0cc1ba2
commit
3ca49effc1
2 changed files with 14 additions and 0 deletions
13
.jpmignore
Normal file
13
.jpmignore
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
.git/
|
||||||
|
docs/
|
||||||
|
test/
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
.env
|
||||||
|
.eslintrc.js
|
||||||
|
.gitignore
|
||||||
|
.htmllintrc
|
||||||
|
.jpmignore
|
||||||
|
.stylelintrc
|
||||||
|
.travis.yml
|
||||||
|
testpilot-containers.xpi
|
|
@ -33,6 +33,7 @@
|
||||||
"url": "git+https://github.com/mozilla/testpilot-containers.git"
|
"url": "git+https://github.com/mozilla/testpilot-containers.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "jpm xpi",
|
||||||
"lint": "npm-run-all lint:*",
|
"lint": "npm-run-all lint:*",
|
||||||
"lint:addon": "addons-linter webextension --self-hosted",
|
"lint:addon": "addons-linter webextension --self-hosted",
|
||||||
"lint:css": "stylelint webextension/css/*.css",
|
"lint:css": "stylelint webextension/css/*.css",
|
||||||
|
|
Loading…
Add table
Reference in a new issue