Skip to content

Commit

Permalink
rmv npx
Browse files Browse the repository at this point in the history
  • Loading branch information
qweliant committed May 7, 2024
1 parent bf6b31a commit 327a3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"playwright:test": "npx playwright test",
"playwright:ui": "npx playwright test --ui",
"playwright:test": "playwright test",
"playwright:ui": "playwright test --ui",
"dev": "next dev -p 3000 --turbo | pino-pretty",
"build": "SKIP_VALIDATION=true next build",
"invite-users": "dotenv -e .env.local -e .env.development tsx scripts/invite.ts",
Expand Down

0 comments on commit 327a3fc

Please sign in to comment.