Skip to content

Commit fa66476

Browse files
committed
ci: add build step to release process
1 parent e0b5313 commit fa66476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-merge-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
npm i -g npm@8
2828
- name: Install Dependencies
2929
run: npm install
30+
- name: Run basic build
31+
run: npm run bootstrap
3032
- name: Setup CI Git User
3133
run: |
3234
git config user.name twilio-labs-ci

0 commit comments

Comments
 (0)