Skip to content

Commit

Permalink
サンプル用にある pnpm run dev を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 16, 2025
1 parent 794b52f commit dcb1069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"dev": "vite --config examples/vite.config.mjs",
"e2e-dev": "vite --config e2e-tests/vite.config.mjs",
"e2e-test": "pnpm build && playwright test --project=chromium",
"lint": "biome lint",
Expand Down Expand Up @@ -51,4 +50,4 @@
"engines": {
"node": ">=20"
}
}
}

0 comments on commit dcb1069

Please sign in to comment.