Skip to content

Commit

Permalink
Fix create for windows #120
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Sep 17, 2023
1 parent b0034c4 commit fc14f39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"play:create-run": "npx create-minista ./playground/_create/dist --tag v3",
"play:create-run0": "npx create-minista ./playground/_create/dist --tag v3",
"play:create-run1": "npx create-minista ./playground/_create/dist --tag v3 --template minimal-js",
"play:create-init": "rimraf ./playground/_create/dist && mkdir ./playground/_create/dist",
"play:create-dummy": "mkdir ./playground/_create/dist/dummy",
"play:create-init": "rimraf ./playground/_create/dist && mkdirp ./playground/_create/dist",
"play:create-dummy": "mkdirp ./playground/_create/dist/dummy",
"play:v": "npx minista -v && npx create-minista -v",
"play:h": "npx minista -h && npx create-minista -h",
"ms": "tsx ./scripts/mock-server.ts start",
Expand Down Expand Up @@ -156,6 +156,7 @@
"express": "^4.18.2",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"mkdirp": "^3.0.1",
"msw": "^1.2.3",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
Expand Down

0 comments on commit fc14f39

Please sign in to comment.