Skip to content

Commit 3c2f910

Browse files
authored
Update package.json
1 parent 08e2af0 commit 3c2f910

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"@tauri-apps/api": "^1.0.0-rc.6",
2121
"@win11react/react-hammerjs": "1.0.2",
2222
"axios": "^0.27.2",
23+
"@craco/craco": "6.4.3",
24+
"craco-esbuild": "0.5.1",
2325
"color-parse": "^1.4.2",
2426
"color-rgba": "^2.4.0",
2527
"react": "^18.1.0",
@@ -36,7 +38,7 @@
3638
"scripts": {
3739
"start": "react-scripts start",
3840
"build": "react-scripts build",
39-
"ghbuild": "CI=false react-scripts build",
41+
"ghbuild": "CI=false craco build",
4042
"test": "react-scripts test",
4143
"eject": "react-scripts eject",
4244
"tauri": "tauri"

0 commit comments

Comments
 (0)