We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8deb67 commit 986695eCopy full SHA for 986695e
1 file changed
package.json
@@ -11,7 +11,9 @@
11
"dev": "webextension-toolbox dev",
12
"build": "webextension-toolbox build",
13
"start:firefox": "web-ext run --source-dir=./dist/firefox/",
14
- "start:firefox:nr": "npm run start:firefox -- --no-reload"
+ "start:firefox:nr": "npm run start:firefox -- --no-reload",
15
+ "test": "npm run test:firefox",
16
+ "test:firefox": "npm run build firefox && web-ext lint --source-dir=./dist/firefox/"
17
},
18
"repository": {
19
"type": "git",
0 commit comments