Skip to content

Commit

Permalink
update vscode:publish script env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent 12a7680 commit faeae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:flow": "flow check",
"test:lint": "eslint --ignore-path .gitignore --ext .js,.jsx .",
"prepublish": "(test -d themes || mkdir themes) && yarn build && yarn cp:static",
"vscode:publish": "cd themes && vsce publish -p $GITHUB_TOKEN"
"vscode:publish": "cd themes && vsce publish -p $VSCE_TOKEN"
},
"dependencies": {
"auto-changelog": "^1.13.0",
Expand Down

0 comments on commit faeae16

Please sign in to comment.