Skip to content

Commit 6388d32

Browse files
committed
update package.json
1 parent 78349b6 commit 6388d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestjs-websocket",
3-
"version": "0.1.1",
4-
"description": "",
3+
"version": "0.1.2",
4+
"description": "Websocket Client for NestJS based on ws",
55
"author": "Blockcoders Engineering <[email protected]>",
66
"license": "Apache",
77
"readmeFilename": "README.md",
@@ -20,7 +20,7 @@
2020
"test:watch": "jest --watch",
2121
"test:cov": "jest --coverage",
2222
"report": "cat ./coverage/lcov.info | coveralls",
23-
"prepublishOnly": "npm run lint:ci"
23+
"prepublishOnly": "npm run lint:ci & npm run test:cov"
2424
},
2525
"precommit": [
2626
"lint:ci",

0 commit comments

Comments
 (0)