Skip to content

Commit

Permalink
Tweak android build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Sep 30, 2024
1 parent 622b417 commit 17a70f2
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 @@ -9,7 +9,7 @@
"test:unit": "vitest --dir=tests/unit --watch=false",
"test:e2e": "cypress run",
"build": "pwa-assets-generator && vite build",
"build:android": "npm run build && cap sync && cap build android --androidreleasetype APK --signing-type apksigner",
"release:android": "cap build android --androidreleasetype APK --signing-type apksigner",
"check:es": "eslint 'src/**/*.{js,ts,svelte}' --quiet",
"check:ts": "svelte-check --tsconfig ./tsconfig.json --threshold error",
"check:fmt": "prettier --check $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)",
Expand Down

0 comments on commit 17a70f2

Please sign in to comment.