Skip to content

Commit

Permalink
Merge pull request #199 from norcalipa/norcalipa/convert-react-to-typ…
Browse files Browse the repository at this point in the history
…escript-hotfix

Added missing npm deps to build-image
  • Loading branch information
norcalipa authored Oct 13, 2024
2 parents 86e7845 + 6e82698 commit 70a9abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install Node.js dependencies
run: npm install

- name: Run webpack
run: npx webpack

Expand Down

0 comments on commit 70a9abb

Please sign in to comment.