We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c3f08 commit 92a9720Copy full SHA for 92a9720
package.json
@@ -16,6 +16,7 @@
16
"dev": "./scripts/run_local.sh dev",
17
"prod": "./scripts/run_local.sh prod",
18
"clean-install": "./scripts/install.sh",
19
+ "build-web": "./scripts/build_web.sh",
20
"migrate": "./scripts/migrate.sh",
21
"test": "jest",
22
"test:watch": "jest --watch",
scripts/build_web.sh
@@ -29,10 +29,4 @@ rm -rf .next
29
30
yarn build
31
32
-rm -rf .next/cache
33
-
34
-cd ..
35
36
-npx cap copy android
37
-npx cap sync android
38
-npx cap open android
+yarn clear-nextjs-cache
0 commit comments