Skip to content

Commit

Permalink
build standalone heta
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Jan 8, 2024
1 parent 6c8be8a commit be2c9f5
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- name: Autotest
run: npm test
env:
CI: true
- name: Build standalone apps
run: npm run pkg
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
/dist
/draft
/tmp
/coverage
Expand Down
Loading

0 comments on commit be2c9f5

Please sign in to comment.