Add runner ci (test)
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Signaling server for MetoYou P2P chat application",
|
||||
"main": "dist/index.js",
|
||||
"bin": "dist/index.js",
|
||||
"scripts": {
|
||||
"prebuild": "node ../tools/sync-server-build-version.js",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "ts-node-dev --respawn src/index.ts"
|
||||
@@ -27,5 +29,13 @@
|
||||
"@types/ws": "^8.5.8",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"node_modules/ansis/**/*"
|
||||
],
|
||||
"scripts": [
|
||||
"dist/**/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user