Skip to content

Commit

Permalink
Add missing build step to deploy workflow (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales authored Apr 9, 2024
1 parent 0ce33a4 commit 99915dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install node dependencies
run: npm install

- name: Compile JavaScript App
run: npm run build

- name: Get New Version
id: get-version
Expand Down

0 comments on commit 99915dc

Please sign in to comment.