mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-07 04:21:01 -05:00
Add yarn build-web
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"dev": "./scripts/run_local.sh dev",
|
||||
"prod": "./scripts/run_local.sh prod",
|
||||
"clean-install": "./scripts/install.sh",
|
||||
"build-web": "./scripts/build_web.sh",
|
||||
"migrate": "./scripts/migrate.sh",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
@@ -29,10 +29,4 @@ rm -rf .next
|
||||
|
||||
yarn build
|
||||
|
||||
rm -rf .next/cache
|
||||
|
||||
cd ..
|
||||
|
||||
npx cap copy android
|
||||
npx cap sync android
|
||||
npx cap open android
|
||||
yarn clear-nextjs-cache
|
||||
|
||||
Reference in New Issue
Block a user