Skip to content

Commit

Permalink
Update run script command
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Sep 7, 2024
1 parent 99213c8 commit ee49559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"prettier:base": "prettier --parser typescript --single-quote",
"prettier:check": "pnpm run prettier:base -- --list-different \"src/**/*.{ts,tsx}\"",
"prettier:fix": "pnpm run prettier:base -- --write \"src/**/*.{ts,tsx}\"",
"eslint:check": "eslint . --ext .ts,.tsx",
"eslint:fix": "eslint . --ext .ts,.tsx --fix",
"eslint:check": "eslint .",
"eslint:fix": "eslint . --fix",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit ee49559

Please sign in to comment.