Skip to content

Commit

Permalink
chore: tweak script entry naming
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed May 23, 2024
1 parent ca482e3 commit 8601bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dev": "node scripts/quick-start.js",
"dev:web": "pnpm --filter @notesuite/client dev & pnpm --filter @notesuite/common dev",
"dev:server": "pnpm --filter @notesuite/server start",
"dev:client": "pnpm --filter @notesuite/client tauri dev & pnpm --filter @notesuite/common dev",
"demo": "playwright test --debug --config=playwright.demo.config.ts",
"dev:client": "pnpm --filter @notesuite/client tauri dev",
"mock": "playwright test --debug --config=playwright.demo.config.ts",
"test": "playwright test",
"shutdown": "./scripts/shutdown.sh",
"test:headed": "playwright test --debug",
Expand Down

0 comments on commit 8601bf9

Please sign in to comment.