Skip to content

Commit

Permalink
Fix old commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 11, 2023
1 parent 42dfe61 commit 1f76e41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -8,13 +8,11 @@
"build": "pnpm -r --filter='./apps/**' run build",
"setup": "pnpm install && npm run db:migrate",
"dev": "nf start",
"dev:web": "API_SERVER=http://localhost:4000 dotenv -e .env.local -- npm run dev -w apps/web",
"dev:api": "CORS_HOST=http://localhost:5173 PORT=4000 dotenv -e .env.local -- npm run dev -w apps/api",
"db:migrate": "dotenv -e .env.local -- npm run db:migrate -w apps/api",
"db:migrate": "dotenv -e .env.local -- pnpm --filter='./apps/api' db:migrate",
"typecheck": "tsc --noEmit",
"test": "pnpm -r --stream run test",
"test:ci": "CI=true pnpm -r --stream run test",
"token": "dotenv -e .env.local -- npm run token -w apps/api"
"token": "dotenv -e .env.local -- pnpm --filter='./apps/api' token"
},
"author": "David Cramer",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1f76e41

Please sign in to comment.