Skip to content

Commit a4a62ad

Browse files
authored
[MOB-11716] Add build steps to publish workflow (#517)
1 parent cb576fd commit a4a62ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
cache: 'yarn'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn test
20+
- run: yarn build
21+
- run: yarn build:node
2022
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
2123
with:
2224
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)