Skip to content

Commit

Permalink
Add update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMaitre4523 authored Mar 10, 2024
1 parent d0dc787 commit b85eceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm i
- name: Update submodules
run: git submodule update --init --recursive
- name: Transpile typescript code
run: npm run build:solo
- name: Publish package on NPM 📦
Expand Down

0 comments on commit b85eceb

Please sign in to comment.