Skip to content

Commit b29f838

Browse files
committed
Switch unit tests only
Nebula requires a human check now, so integration tests will not be easily possible
1 parent aa2dd90 commit b29f838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prebuild": "npm run clean && npm run build:all",
1616
"build": "web-ext build",
1717
"build:light": "rollup -c --configType all",
18-
"postbuild": "npm run test",
18+
"postbuild": "npm run test:unit",
1919
"start": "npm run watch:all",
2020
"start:firefox": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:firefox\"",
2121
"start:chromium": "[ -d extension-dist ] || npm run build:light && concurrently \"npm:start\" \"npm:ext:chromium\"",

0 commit comments

Comments
 (0)