mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
release config
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
"fmt:rust:check": "cd rust/uniffi-russh && just fmt-check",
|
"fmt:rust:check": "cd rust/uniffi-russh && just fmt-check",
|
||||||
"update-rust": "cd rust/uniffi-russh && just update-deps",
|
"update-rust": "cd rust/uniffi-russh && just update-deps",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"release": "release-it",
|
"release": "GITHUB_TOKEN=$(gh auth token) release-it",
|
||||||
"release:dry": "release-it --dry-run"
|
"release:dry": "release-it --dry-run"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"build:internal": "tsc -b && vite build --config vite.config.internal.ts",
|
"build:internal": "tsc -b && vite build --config vite.config.internal.ts",
|
||||||
"dev": "vite --config vite.config.internal.ts",
|
"dev": "vite --config vite.config.internal.ts",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"release": "release-it",
|
"release": "GITHUB_TOKEN=$(gh auth token) release-it",
|
||||||
"release:dry": "release-it --dry-run"
|
"release:dry": "release-it --dry-run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user