Skip to content

Commit

Permalink
Use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytes1027 committed Jan 23, 2024
1 parent 3f86764 commit b238eed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FU.SPA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier . --write",
"format-check": "prettier . --check"
"dev": "npx vite",
"build": "npx vite build",
"lint": "npx eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "npx vite preview",
"format": "npx prettier . --write",
"format-check": "npx prettier . --check"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit b238eed

Please sign in to comment.