mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-02-17 18:45:49 +00:00
Reconfigure cy:start-and-run script to use run-script-os to support Windows (#235)
This commit is contained in:
parent
4925f15c75
commit
2458c51dbd
@ -94,7 +94,9 @@
|
||||
"predeploy-wikitree": "npm run build",
|
||||
"deploy-wikitree": "./deploy-wikitree.sh",
|
||||
"cy:run": "cypress run",
|
||||
"cy:start-and-run": "BROWSER=none start-server-and-test start localhost:3000 cy:run"
|
||||
"cy:start-and-run": "run-script-os",
|
||||
"cy:start-and-run:default": "BROWSER=none start-server-and-test start localhost:3000 cy:run",
|
||||
"cy:start-and-run:windows": "set BROWSER=none && start-server-and-test start localhost:3000 cy:run"
|
||||
},
|
||||
"homepage": ".",
|
||||
"browserslist": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user