Skip to content

Commit

Permalink
added playwright install at setup in package.json (#533)
Browse files Browse the repository at this point in the history
* hotfix dockerfile for prisma

* Update Dockerfile

* added playwright install at setup in package.json

* Update package.json
  • Loading branch information
AnilMaktala authored Jan 16, 2024
1 parent 6337ca7 commit 6ec141a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/discord-bot-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build-server": "node scripts/build-server.cjs",
"test": "playwright test",
"setup-dev": "prisma db push",
"setup-test": "DATABASE_URL=\"file:data/test.db\" prisma db push",
"postinstall": "prisma generate; playwright install --with-deps",
"setup-test": "DATABASE_URL=\"file:data/test.db\" prisma db push && playwright install --with-deps",
"postinstall": "prisma generate",
"preview": "vite preview --port 3000",
"seed": "vite-node ./scripts/seed.ts",
"prepare": "svelte-kit sync"
Expand Down

0 comments on commit 6ec141a

Please sign in to comment.