Skip to content

Commit 6ebe962

Browse files
authored
fix publishing (#184)
add npm install
1 parent 31f8392 commit 6ebe962

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
node-version: "16.x"
1313
cache: "npm"
1414
registry-url: "https://registry.npmjs.org"
15+
- run: npm install
1516
- run: npm run package:build
1617
- run: cd dist && npm publish
1718
env:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "^5.27.0",
4444
"babel-loader": "^8.2.5",
4545
"codecov": "^3.8.3",
46-
"esbuild": "^0.14.48",
46+
"esbuild": "^0.14.49",
4747
"eslint": "^8.16.0",
4848
"eslint-config-prettier": "^8.1.0",
4949
"google-protobuf": "^3.20.1",

0 commit comments

Comments
 (0)