Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong committed Nov 3, 2023
1 parent 72b1a27 commit 7339b11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ jobs:

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm i -g vsce
- run: npm install
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm run compile
- run: vsce publish -p ${{secrets.VSCE_TOKEN}} --no-dependencies
env:
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx",
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
"test": "sh ./scripts/e2e.sh",
"release": "bumpp && npm run publish",
"release": "bumpp",
"publish": "vsce publish --no-dependencies",
"pack": "vsce package --no-dependencies"
},
Expand Down

0 comments on commit 7339b11

Please sign in to comment.