Skip to content

Commit 498f13b

Browse files
committed
Update package.json script
1 parent a4aea54 commit 498f13b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

danfojs-node/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"lint": "eslint ./src",
3636
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
3737
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
38-
"patch": "npm version patch",
39-
"publish": "npm publish"
38+
"patch": "npm version patch"
4039
},
4140
"publishConfig": {
4241
"access": "public",

0 commit comments

Comments
 (0)