Skip to content

Commit 8a30ccf

Browse files
committed
fix: bug in npm run mirror target; incorrect path to madwizard
1 parent 0e9662a commit 8a30ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
3333
"open": "./bin/codeflare shell",
3434
"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",
35+
"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",
3636
"mirror-if-needed": "if [ ! -d ./store ]; then npm run mirror; fi",
3737
"test": "RUNNING_KUI_TEST=true playwright test --workers 1"
3838
},

0 commit comments

Comments
 (0)