Skip to content

Commit ad96209

Browse files
update build command
1 parent 20d5f29 commit ad96209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "AGPL-3.0",
1515
"author": "CIPP Contributors",
1616
"scripts": {
17-
"build": "vite build",
17+
"build": "echo react-scripts build && vite build",
1818
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit",
1919
"lint": "eslint \"src/**/*.js\"",
2020
"start": "vite",

0 commit comments

Comments
 (0)