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 d73c666 commit 788d4bfCopy full SHA for 788d4bf
package.json
@@ -56,7 +56,8 @@
56
"dev:firefox": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox\" \"npm run build:watch:firefox\"",
57
"dev:firefox-android": "npm run build:dev:firefox && concurrently \"npm run web-run:firefox-android\" \"npm run build:watch:firefox\"",
58
"clean": "rimraf dist",
59
- "test": "npx jest",
+ "test": "npm run build:chrome && npx jest",
60
+ "testWithoutBuilding": "npx jest",
61
"lint": "eslint src",
62
"lint:fix": "eslint src --fix"
63
},
0 commit comments