Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 20, 2023
1 parent 20d5f29 commit ad96209
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 @@ -14,7 +14,7 @@
"license": "AGPL-3.0",
"author": "CIPP Contributors",
"scripts": {
"build": "vite build",
"build": "echo react-scripts build && vite build",
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit",
"lint": "eslint \"src/**/*.js\"",
"start": "vite",
Expand Down

0 comments on commit ad96209

Please sign in to comment.