Skip to content

Commit

Permalink
chore: add dev:web script
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas committed Oct 30, 2024
1 parent ad0d463 commit eba1438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test": "turbo run test",
"test:it": "turbo run test:it",
"dev": "dotenv -e .env -- turbo run dev",
"dev:web": "dotenv -e .env -- turbo run dev --filter=@dotkomonline/rpc --filter=@dotkomonline/web --filter=@dotkomonline/dashboard",
"migrate": "dotenv -e .env -- turbo run migrate && cd packages/db && pnpm generate-types",
"migrate-down": "dotenv -e .env -- turbo run migrate -- down && cd packages/db && pnpm generate-types",
"migrate-down-all": "dotenv -e .env -- turbo run migrate -- down-all && cd packages/db && pnpm generate-types",
Expand Down

0 comments on commit eba1438

Please sign in to comment.