Skip to content

Commit

Permalink
[MOD] Android build script
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 12, 2022
1 parent 54a71fe commit a3f9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"bubblewrap:init": "bubblewrap init --manifest https://nts-web.oscarrc.me/manifest.json --directory dist/android/",
"bubblewrap:build": "bubblewrap build --manifest https://nts-web.oscarrc.me/manifest.json",
"bubblewrap:build": "cd dist/android && bubblewrap build",
"bubblewrap:update": "bubblewrap update --appVersionName 3 --manifest https://nts-web.oscarrc.me/manifest.json",
"electron:start": "concurrently -k \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electronmon .\"",
"electron:build:win": "npm run build && electron-builder build -w --x64 --ia32",
Expand Down

0 comments on commit a3f9c80

Please sign in to comment.