Skip to content

Commit

Permalink
change again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Nov 30, 2023
1 parent fd8a77e commit 5695d74
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 @@ -12,7 +12,7 @@
"tw-config": "tailwind-config-viewer -o",
"dev": "vite",
"build-app": "vite build -c vite.prod-app.config.mjs",
"build-classic": "vite build -c vite.prod-classic.config.js",
"build-classic": "vite build -c vite.prod-classic.config.mjs",
"build": "npm run lint && npm run vue-tsc && npm run build-app && npm run build-classic",
"test": "vitest",
"coverage": "vitest run --coverage"
Expand Down

0 comments on commit 5695d74

Please sign in to comment.