Skip to content

Commit

Permalink
woops. rename all the scripts to suit
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed May 30, 2024
1 parent af87f9c commit 65749aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "pnpm test:integration && pnpm test:unit",
"test": "pnpm test:e2e && pnpm test:unit",
"lint": "prettier --check . && eslint \"src/**/*.ts\"",
"format": "prettier . --write .",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit 65749aa

Please sign in to comment.