We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e2632 commit 5da2d10Copy full SHA for 5da2d10
package.json
@@ -20,7 +20,8 @@
20
"theme:watch": "chakra-cli tokens src/deployment/default/theme.ts --watch",
21
"theme": "chakra-cli tokens src/deployment/default/theme.ts",
22
"i18n:compile": "node bin/tidy-lang.cjs && formatjs compile-folder --ast lang src/messages",
23
- "ml4f-output": "vitest ml4f-output --run"
+ "ml4f-output": "vitest ml4f-output --run",
24
+ "cap-android": "npm run build && rm -rf ./android && npx cap add android && npx cap run android"
25
},
26
"devDependencies": {
27
"@capacitor/cli": "^6.2.0",
0 commit comments