Skip to content

Commit 60c7be3

Browse files
committed
fixup
1 parent 2388f85 commit 60c7be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "cross-env BUILD_MODE=standalone next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"export": "cross-env BUILD_MODE=export BUILD_APP=1 yarn build",
11-
"export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 yarn dev",
10+
"export": "cross-env BUILD_MODE=export BUILD_APP=1 next build",
11+
"export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 next dev",
1212
"app:dev": "yarn tauri dev",
1313
"app:build": "yarn tauri build",
1414
"prompts": "node ./scripts/fetch-prompts.mjs",

0 commit comments

Comments
 (0)