mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -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
|
||||
.env
|
||||
sup-server
|
||||
sup-proton-bridge
|
||||
|
||||
android/.gradle
|
||||
android/local.properties
|
||||
|
|
|
|||
|
|
@ -10,10 +10,9 @@
|
|||
"chalk": "^5.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"start": "bun run src/server.ts",
|
||||
"build": "bun build --compile src/server.ts --outfile sup-server",
|
||||
"check": "tsc --noEmit",
|
||||
"postinstall": "bun run ../scripts/install-signal-cli.ts"
|
||||
"dev": "bun --watch index.ts",
|
||||
"start": "bun run index.ts",
|
||||
"build": "bun build --compile index.ts --outfile sup-server",
|
||||
"check": "tsc --noEmit"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue