Skip to content

Commit

Permalink
feat(#13): node package
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 12, 2024
1 parent 319e74f commit ed6d4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
npm install
npm run build
npm run package
build:
runs-on: ubuntu-20.04
steps:
Expand All @@ -35,6 +36,7 @@ jobs:
run: |
npm install
npm run build
npm run package
npm install --production
ls node_modules
- name: Upload Artifacts
Expand Down

0 comments on commit ed6d4e9

Please sign in to comment.