Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
chore(global): 🔨 update debug & dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 27, 2022
1 parent 30a4c00 commit 1e30088
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"name": "Next.js: app:web",
"type": "node-terminal",
"request": "launch",
"command": "pnpx turbo run dev --filter '!*docs'",
"command": "pnpx turbo run dev",
// "cwd": "${workspaceFolder:✨ @joekarow/netwerkr}",
"sourceMaps": true,
},
{
"name": "Attach to Process",
"type": "node",
"request": "attach",
"processId": "${command:PickProcess}"
}
{
"type": "firefox",
"request": "launch",
Expand Down
1 change: 0 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts --ext .js",
"dev": "vscode-generate-index-standalone ./{**,!node_modules}/*.{js*,ts*} -w ./{**,!node_modules}/",
"test": "jest"
},
"prisma": {
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint **/*.{ts*,js,jsx}",
"test": "jest",
"dev": "vscode-generate-index-standalone ./{**,!node_modules}/*.{js*,ts*} -w ./{**,!node_modules}/"
"test": "jest"
},
"lint-staged": {
"*.{ts*,js,jsx}": "eslint"
Expand Down
15 changes: 0 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e30088

Please sign in to comment.