Skip to content

Commit

Permalink
remove unecessary npx
Browse files Browse the repository at this point in the history
  • Loading branch information
arindam1993 authored and graue committed Feb 7, 2025
1 parent 2ece136 commit 84e8d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"start:docker": "docker compose up",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --max-warnings 0 src/**/*.{js,jsx,ts,tsx} && npx tsc",
"lint": "eslint --max-warnings 0 src/**/*.{js,jsx,ts,tsx} && tsc",
"extract": "formatjs extract 'src/**/*.{ts,tsx,js,jsx}' --ignore 'src/**/*.d.ts' --out-file lang/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"compile": "formatjs compile",
"prepare": "husky"
Expand Down

0 comments on commit 84e8d31

Please sign in to comment.