We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9cb6da + 9652ba8 commit 8600667Copy full SHA for 8600667
bids-validator/package.json
@@ -51,7 +51,6 @@
51
"nyc": "^13.0.1",
52
"prettier": "^1.14.2",
53
"pretty-quick": "^1.6.0",
54
- "publish": "^0.6.0",
55
"sync-request": "6.0.0"
56
},
57
"husky": {
circle.yml
@@ -85,7 +85,7 @@ jobs:
85
- run: ./node_modules/.bin/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
86
# Set the version number
87
- run: cd bids-validator && sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
88
- - run: cd bids-validator && ../node_modules/.bin/publish
+ - run: cd bids-validator && npm publish
89
# Publish to PyPI
90
- run: cd bids-validator && twine upload dist/*
91
# Update gh-pages demo site
0 commit comments