Skip to content

Commit

Permalink
Added enviroments to deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc committed May 2, 2020
1 parent ee536d0 commit 4b93c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: npm install, test and publish
run: |
npm install
npm run publish
npx vsce publish -p $VSCE_DEPLOY_TOKEN
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"vscode:prepublish": "npm run setup && npm run compile",
"setup": "npm install",
"compile": "tsc -p ./",
"publish": "npx vsce publish -p $VSCE_DEPLOY_TOKEN",
"pp": "npx vsce package && npx vsce publish",
"publish": "npx vsce publish",
"test": "npx jest --coverage",
"test-watch": "npx jest --watchAll",
"test-makebadges": "npm run test && jest-badge-generator --type \"png\"",
Expand Down

0 comments on commit 4b93c07

Please sign in to comment.