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 788d4bf commit 4ef8e36Copy full SHA for 4ef8e36
package.json
@@ -57,7 +57,7 @@
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": "npm run build:chrome && npx jest",
60
- "testWithoutBuilding": "npx jest",
+ "test-without-building": "npx jest",
61
"lint": "eslint src",
62
"lint:fix": "eslint src --fix"
63
},
0 commit comments