mirror of
https://github.com/lone-cloud/prism
synced 2026-06-04 12:13:28 -07:00
fix CI
This commit is contained in:
parent
e633d6f29c
commit
2e4bc143af
2 changed files with 5 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ node_modules/
|
||||||
signal-cli
|
signal-cli
|
||||||
.env
|
.env
|
||||||
sup-server
|
sup-server
|
||||||
|
sup-proton-bridge
|
||||||
|
|
||||||
android/.gradle
|
android/.gradle
|
||||||
android/local.properties
|
android/local.properties
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,9 @@
|
||||||
"chalk": "^5.6.2"
|
"chalk": "^5.6.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun --watch src/server.ts",
|
"dev": "bun --watch index.ts",
|
||||||
"start": "bun run src/server.ts",
|
"start": "bun run index.ts",
|
||||||
"build": "bun build --compile src/server.ts --outfile sup-server",
|
"build": "bun build --compile index.ts --outfile sup-server",
|
||||||
"check": "tsc --noEmit",
|
"check": "tsc --noEmit"
|
||||||
"postinstall": "bun run ../scripts/install-signal-cli.ts"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue