Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 9973aa4

Browse files
authored
Merge pull request #53 from pyth-network/guibescos/use-non-node-version-of-buffer
Run lint in CI
2 parents b3fe840 + 7b857a4 commit 9973aa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
working-directory: "pyth-common-js"
2222
- run: npm run build
2323
working-directory: "pyth-common-js"
24+
- run: npm run prepublishOnly
25+
working-directory: "pyth-common-js"
2426
build-pyth-evm-js:
2527
name: Build Pyth EVM JS
2628
runs-on: ubuntu-latest
@@ -44,6 +46,8 @@ jobs:
4446
working-directory: "pyth-evm-js"
4547
- run: npm run build
4648
working-directory: "pyth-evm-js"
49+
- run: npm run prepublishOnly
50+
working-directory: "pyth-evm-js"
4751
build-pyth-aptos-js:
4852
name: Build Pyth Aptos JS
4953
runs-on: ubuntu-latest
@@ -67,6 +71,8 @@ jobs:
6771
working-directory: "pyth-aptos-js"
6872
- run: npm run build
6973
working-directory: "pyth-aptos-js"
74+
- run: npm run prepublishOnly
75+
working-directory: "pyth-aptos-js"
7076
build-pyth-terra-js:
7177
name: Build Pyth Common JS
7278
runs-on: ubuntu-latest
@@ -85,3 +91,5 @@ jobs:
8591
env:
8692
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8793
working-directory: "pyth-terra-js"
94+
- run: npm run prepublishOnly
95+
working-directory: "pyth-terra-js"

0 commit comments

Comments
 (0)