Skip to content

Commit

Permalink
chore: remove npx in package.scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifXu committed May 15, 2024
1 parent 7f70347 commit 28e97a1
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 @@ -13,8 +13,8 @@
"lingui:extract": "NODE_ENV=development lingui extract --clean",
"lingui": "pnpm run lingui:extract && pnpm run lingui:compile",
"test": "vitest",
"cspell:check": "npx cspell \"**/*\"",
"prettier": "npx prettier . -w"
"cspell:check": "cspell \"**/*\"",
"prettier": "prettier . -w"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down

0 comments on commit 28e97a1

Please sign in to comment.