Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Condurache committed Nov 13, 2023
1 parent 73a0677 commit 760378f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
toolchain: stable

- name: Build package
run: npm run build-release
- name: Install and build package
run: npm install

- name: Run test
run: npm start
4 changes: 2 additions & 2 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
toolchain: stable

- name: Build package
run: npm run build-release
- name: Install and build package
run: npm install

- name: Run test
run: npm start
Expand Down

0 comments on commit 760378f

Please sign in to comment.