Skip to content

Commit 4fb06f0

Browse files
committed
check build mainnet and widget
1 parent ac398cc commit 4fb06f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
uses: bahmutov/npm-install@v1
2929
with:
3030
useLockFile: false
31+
- name: build mainnet
32+
run: |
33+
npm run build:mainnet
34+
- name: build mainnet widget
35+
run: |
36+
npm run build:mainnet-widget
3137
- name: build testnet for tests
3238
run: |
3339
npm run build:testnet-tests

0 commit comments

Comments
 (0)