Skip to content

Commit 649d65d

Browse files
committed
build: add start script for standalone
Playwright Test doesn't seem to have a `--watch` option?
1 parent 3c562f3 commit 649d65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"prepare:playwright-test:imports": "./playwright-test/prepare-package.js",
1919
"prepare:playwright-test:package": "jscodeshift -t ./playwright-test/rename-imports.ts --extensions=ts --parser=ts ./lib",
2020
"prepublishOnly": "npm run build",
21+
"start:standalone": "hover-scripts test",
2122
"test": "run-s build:testing-library test:*",
2223
"test:fixture": "playwright test",
2324
"test:standalone": "hover-scripts test --no-watch",

0 commit comments

Comments
 (0)