Skip to content

Commit 3678934

Browse files
committed
fix build by not running in headless mode
1 parent 1f8cc6b commit 3678934

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
@@ -8,7 +8,7 @@
88
"module": "dist/task-worklet.mjs",
99
"scripts": {
1010
"build": "microbundle -f umd,es && microbundle -f iife src/polyfill.mjs -o polyfill/index.js",
11-
"test": "eslint \"{src,test}/**/*.test.{mjs,js}\" && karmatic"
11+
"test": "eslint \"{src,test}/**/*.test.{mjs,js}\" && karmatic --no-headless"
1212
},
1313
"files": [
1414
"dist",

0 commit comments

Comments
 (0)