Skip to content

Commit 8600667

Browse files
authored
Merge pull request #726 from nellh/remove-publish-dep
Remove `publish` dependency
2 parents e9cb6da + 9652ba8 commit 8600667

File tree

3 files changed

+41
-921
lines changed

3 files changed

+41
-921
lines changed

bids-validator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"nyc": "^13.0.1",
5252
"prettier": "^1.14.2",
5353
"pretty-quick": "^1.6.0",
54-
"publish": "^0.6.0",
5554
"sync-request": "6.0.0"
5655
},
5756
"husky": {

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- run: ./node_modules/.bin/npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
8686
# Set the version number
8787
- run: cd bids-validator && sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
88-
- run: cd bids-validator && ../node_modules/.bin/publish
88+
- run: cd bids-validator && npm publish
8989
# Publish to PyPI
9090
- run: cd bids-validator && twine upload dist/*
9191
# Update gh-pages demo site

0 commit comments

Comments
 (0)