Skip to content

Commit 26f1ef2

Browse files
committed
chore: added npm script to test headless
1 parent c38389e commit 26f1ef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"commit": "git-cz",
1212
"format:fix": "pretty-quick --staged",
13-
"prepare": "husky install"
13+
"prepare": "husky install",
14+
"test:headless": "nx component-test headless --watch"
1415
},
1516
"devDependencies": {
1617
"@builder.io/qwik": "0.19.2",

0 commit comments

Comments
 (0)