We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b5313 commit fa66476Copy full SHA for fa66476
.github/workflows/on-merge-main.yml
@@ -27,6 +27,8 @@ jobs:
27
npm i -g npm@8
28
- name: Install Dependencies
29
run: npm install
30
+ - name: Run basic build
31
+ run: npm run bootstrap
32
- name: Setup CI Git User
33
run: |
34
git config user.name twilio-labs-ci
0 commit comments