Skip to content

Commit

Permalink
Add prettier npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 4, 2025
1 parent c7c37c1 commit 2a1ba02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"test": "cross-env NODE_ENV=test jest --silent",
"test-watch": "npm run test -- --watch --notify",
"frontend-dev": "vite -c vite-frontend.config.js",
"frontend-build": "vite build -c vite-frontend.config.js"
"frontend-build": "vite build -c vite-frontend.config.js",
"prettier:format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,css}\"",
"prettier:check": "prettier --check \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,css}\""
},
"dependencies": {
"@floating-ui/dom": "^1.2.5",
Expand Down

0 comments on commit 2a1ba02

Please # to comment.