Skip to content

Commit

Permalink
fix: svelte init script
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Oct 30, 2021
1 parent 6abf645 commit 70bc8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"init:docs": "ts-node scripts/bootstrap-app.ts docs",
"init:devtool": "ts-node scripts/bootstrap-app.ts devtool",
"init:web-sandbox": "ts-node scripts/bootstrap-app.ts apps/web-sandbox",
"init:svelte-sandbox": "ts-node scripts/bootstrap-ts.ts apps/svelte-sandbox",
"init:svelte-sandbox": "ts-node scripts/bootstrap-app.ts apps/svelte-sandbox",
"init:native-sandbox": "ts-node scripts/bootstrap-app.ts apps/native-sandbox",
"init:benchmarks": "ts-node scripts/bootstrap-app.ts apps/benchmarks",
"start:docs": "npm start --prefix docs",
Expand Down

0 comments on commit 70bc8ec

Please sign in to comment.