Add node_modules prefix

pull/154/head
Felix Becker 2017-08-21 22:50:10 -07:00
parent 1779706015
commit 1e102053aa
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ script:
# If build on a tag, publish a new release and upload vsix to the GitHub release # If build on a tag, publish a new release and upload vsix to the GitHub release
before_deploy: before_deploy:
- vsce package - ./node_modules/.bin/vsce package
- vsce publish -p $VSCE_TOKEN - ./node_modules/.bin/vsce publish -p $VSCE_TOKEN
deploy: deploy:
provider: releases provider: releases