Skip to content

Commit

Permalink
fix publishing (#184)
Browse files Browse the repository at this point in the history
add npm install
  • Loading branch information
tatethurston authored Jul 24, 2022
1 parent 31f8392 commit 6ebe962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version: "16.x"
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run package:build
- run: cd dist && npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typescript-eslint/parser": "^5.27.0",
"babel-loader": "^8.2.5",
"codecov": "^3.8.3",
"esbuild": "^0.14.48",
"esbuild": "^0.14.49",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.1.0",
"google-protobuf": "^3.20.1",
Expand Down

0 comments on commit 6ebe962

Please sign in to comment.