Skip to content

Commit f3d9c6f

Browse files
committed
Update npm publish cmd
1 parent 78a43ca commit f3d9c6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

danfojs-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"lint": "eslint ./src",
3838
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
3939
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
40-
"patch": "yarn version patch",
41-
"publish": "publish"
40+
"patch": "npm version patch",
41+
"publish": "npm publish"
4242
},
4343
"publishConfig": {
4444
"access": "public",

0 commit comments

Comments
 (0)