Skip to content

Commit

Permalink
hotfix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qlcvea committed Mar 30, 2024
1 parent baa1972 commit 8023f73
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 @@ -6,7 +6,7 @@
"scripts": {
"start": "npm run dev",
"dev": "npx vite",
"build": "npm run clean && npm run generate-icons && npm run genetate-licenses && npx tsc && npx vite build",
"build": "npm run clean && npm run generate-icons && npm run generate-licenses && npx tsc && npx vite build",
"clean": "npm run clean-dist && npm run clean-icons",
"clean-dist": "npx rimraf ./dist ./dev-dist",
"generate-icons": "npx pwa-assets-generator",
Expand Down

0 comments on commit 8023f73

Please sign in to comment.