Skip to content

Commit

Permalink
fix: compile memory lib?
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Apr 9, 2023
1 parent 479e382 commit 431d0fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
rust-version: stable
components: clippy

- name: Compile Memory lib 🔧
run: |
cd packages/tsprocess
npm install
npm run build
- name: Install Deps 🔧
run: |
npm install -g yarn
Expand Down

0 comments on commit 431d0fa

Please sign in to comment.