Skip to content

Commit

Permalink
template: remove vscode tasks (#12297)
Browse files Browse the repository at this point in the history
* template: remove vscode tasks

* remove obsolete typegen:watch command from template + playgrounds
  • Loading branch information
pcattori authored Nov 15, 2024
1 parent fbd601e commit 74e21c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
1 change: 0 additions & 1 deletion playground/compiler-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "react-router build",
"dev": "node ./server.js",
"start": "cross-env NODE_ENV=production node ./server.js",
"typegen:watch": "react-router typegen --watch",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion playground/compiler-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "react-router build",
"dev": "react-router dev",
"preview": "vite preview",
"typegen:watch": "react-router typegen --watch",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion playground/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typegen:watch": "react-router typegen --watch",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
Expand Down
23 changes: 0 additions & 23 deletions templates/basic/.vscode/tasks.json

This file was deleted.

3 changes: 1 addition & 2 deletions templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"typegen:watch": "react-router typegen --watch"
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "7.0.0-pre.5",
Expand Down

0 comments on commit 74e21c0

Please sign in to comment.