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.
npm run mirror
1 parent 0e9662a commit 8a30ccfCopy full SHA for 8a30ccf
package.json
@@ -32,7 +32,7 @@
32
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
33
"open": "./bin/codeflare shell",
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",
+ "mirror": "T=$(mktemp -d); (cd $T && git clone --depth=1 git@github.com:guidebooks/store.git) && echo \"mirror stage in $T/store\" && madwizard mirror $T/store/guidebooks ./store",
36
"mirror-if-needed": "if [ ! -d ./store ]; then npm run mirror; fi",
37
"test": "RUNNING_KUI_TEST=true playwright test --workers 1"
38
},
0 commit comments