We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2dd90 commit b29f838Copy full SHA for b29f838
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"prebuild": "npm run clean && npm run build:all",
16
"build": "web-ext build",
17
"build:light": "rollup -c --configType all",
18
- "postbuild": "npm run test",
+ "postbuild": "npm run test:unit",
19
"start": "npm run watch:all",
20
"start:firefox": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:firefox\"",
21
"start:chromium": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:chromium\"",
0 commit comments