Skip to content

Commit

Permalink
Add build step in nightly workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jun 29, 2023
1 parent 0c14348 commit 565c998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Build Nightwatch
run: npm run build
- name: Create publishable package 📦
run: npm pack
- name: Release Nightly
Expand Down

0 comments on commit 565c998

Please sign in to comment.