Skip to content

Commit

Permalink
Remove unused (and broken) "start" npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Nov 26, 2024
1 parent 3261904 commit 4fa1e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"deploy": "wrangler pages deploy ./build/client",
"prelint": "remix vite:build",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "wrangler pages dev ./build/client --var VERSION:$(git rev-parse HEAD)",
"test": "TZ=EST vitest run",
"test-ci": "TZ=EST vitest run --coverage",
"typecheck": "tsc",
Expand Down

0 comments on commit 4fa1e04

Please sign in to comment.