We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00aef5 commit 25a1f7bCopy full SHA for 25a1f7b
package.json
@@ -34,7 +34,7 @@
34
"start": "WATCH_ARGS='-open' npm run watch",
35
"mirror": "T=$(mktemp -d); (cd $T && git clone --depth=1 git@github.com:guidebooks/store.git) && echo \"mirror stage in $T/store\" && ./bin/madwizard.js mirror $T/store/guidebooks ./store",
36
"mirror-if-needed": "if [ ! -d ./store ]; then npm run mirror; fi",
37
- "test": "playwright test --workers 1"
+ "test": "RUNNING_KUI_TEST=true playwright test --workers 1"
38
},
39
"keywords": [],
40
"author": "@starpit",
0 commit comments