diff --git a/.jpmignore b/.jpmignore new file mode 100644 index 0000000..1795cff --- /dev/null +++ b/.jpmignore @@ -0,0 +1,13 @@ +.git/ +docs/ +test/ +node_modules/ + +.env +.eslintrc.js +.gitignore +.htmllintrc +.jpmignore +.stylelintrc +.travis.yml +testpilot-containers.xpi diff --git a/package.json b/package.json index da44e29..34a49f8 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "url": "git+https://github.com/mozilla/testpilot-containers.git" }, "scripts": { + "build": "jpm xpi", "lint": "npm-run-all lint:*", "lint:addon": "addons-linter webextension --self-hosted", "lint:css": "stylelint webextension/css/*.css",