We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388f85 commit 60c7be3Copy full SHA for 60c7be3
package.json
@@ -7,8 +7,8 @@
7
"build": "cross-env BUILD_MODE=standalone next build",
8
"start": "next start",
9
"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",
+ "export": "cross-env BUILD_MODE=export BUILD_APP=1 next build",
+ "export:dev": "cross-env BUILD_MODE=export BUILD_APP=1 next dev",
12
"app:dev": "yarn tauri dev",
13
"app:build": "yarn tauri build",
14
"prompts": "node ./scripts/fetch-prompts.mjs",
0 commit comments