Skip to content

Commit

Permalink
install dependencies before running publish command (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler McDonald <[email protected]>
  • Loading branch information
tmctl authored Jan 25, 2024
1 parent d9ab9a3 commit ae6d70f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prettier
on:
push:
pull_request:

permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: 18.x

- name: Install dependencies
run: npm install

- name: Publish
run: npm publish --public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-wallet-connect",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library to facilitate integrating Hedera with WalletConnect",
"repository": {
"type": "git",
Expand Down

0 comments on commit ae6d70f

Please sign in to comment.