Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc committed Nov 4, 2024
2 parents b6d01fc + cb3bd21 commit cc0f958
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:

- name: Install dependencies
run: npm i


- name: tsc build
run: tsc --skipLibCheck

- name: webpack build
run: webpack

- name: Build project
run: npm run build
run: node packer.js

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit cc0f958

Please sign in to comment.