Add node_modules prefix
parent
1779706015
commit
1e102053aa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue