Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent 937a337 commit 7253a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/actions/publish/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
yarn install
yarn vscode:publish
yarn install \
&& yarn prepublish \
&& yarn vscode:publish
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:check-code": "yarn test:lint && yarn test:flow",
"test:flow": "flow check",
"test:lint": "eslint --ignore-path .gitignore --ext .js,.jsx .",
"vscode:prepublish": "(test -d themes || mkdir themes) && yarn build && yarn cp:static",
"prepublish": "(test -d themes || mkdir themes) && yarn build && yarn cp:static",
"vscode:publish": "cd themes && vsce publish -p $GITHUB_TOKEN"
},
"dependencies": {
Expand Down

0 comments on commit 7253a9c

Please sign in to comment.