OPS: build apk with npm --production flag

This commit is contained in:
overtorment 2022-10-23 20:01:08 +01:00 committed by Overtorment
parent abb1c84304
commit 5e3bd8b9d3

View file

@ -30,7 +30,7 @@ jobs:
cache: 'gradle'
- name: Install node_modules
run: npm install
run: npm install --production
- name: Build
env: