mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
passing lint
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
"typecheck": "tsc",
|
||||
"build:ios": "ubrn build ios --and-generate --release",
|
||||
"build:android": "ubrn build android --and-generate --release",
|
||||
"build:native": "tsx scripts/native-build.ts",
|
||||
"build:bob": "bob build",
|
||||
"build": "if [ \"$(uname)\" = \"Darwin\" ]; then turbo build:ios; else turbo build:android; fi",
|
||||
"lint:rust": "cd rust/uniffi-russh && just lint",
|
||||
"test": "jest",
|
||||
"release": "release-it --only-version"
|
||||
|
||||
Reference in New Issue
Block a user