We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78349b6 commit 6388d32Copy full SHA for 6388d32
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nestjs-websocket",
3
- "version": "0.1.1",
4
- "description": "",
+ "version": "0.1.2",
+ "description": "Websocket Client for NestJS based on ws",
5
"author": "Blockcoders Engineering <[email protected]>",
6
"license": "Apache",
7
"readmeFilename": "README.md",
@@ -20,7 +20,7 @@
20
"test:watch": "jest --watch",
21
"test:cov": "jest --coverage",
22
"report": "cat ./coverage/lcov.info | coveralls",
23
- "prepublishOnly": "npm run lint:ci"
+ "prepublishOnly": "npm run lint:ci & npm run test:cov"
24
},
25
"precommit": [
26
"lint:ci",
0 commit comments