blob: 81a69ed2d61f7931a960b6c296b1c46b522fa6a7 [file] [log] [blame]
default: android_compile_fe package-lock.json
npx webpack --mode=development
serve: package-lock.json
npx webpack-dev-server --mode=development --watch-poll
watch: package-lock.json
npx webpack --mode=development --watch
package-lock.json: package.json
npm install
android_compile_fe:
CGO_ENABLED=0 GOOS=linux go install -a ./go/android_compile_fe
release_fe: android_compile_fe package-lock.json
npx webpack --mode=production
./build_fe_release
android_compile_be:
GOOS=linux go install -v ./go/android_compile_be
release_be: android_compile_be
./build_be_release
push_fe: release_fe
pushk android_compile_fe
push_be: release_be
pushk android_compile_be