Skip to content

Commit

Permalink
remove old build_node command
Browse files Browse the repository at this point in the history
The script ```build_node``` was removed from package.json, and now ```build``` runs the builders for esm, commonjs and browser.
  • Loading branch information
bmaranville authored Oct 19, 2022
1 parent 0868637 commit 70703c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
npm install
npm run build
npm run build_node
npm pack
echo "NPM_TGZ=$(ls jsfive*.tgz)" >> $GITHUB_ENV
- name: Upload artifact
Expand Down

0 comments on commit 70703c5

Please sign in to comment.