Skip to content

Commit

Permalink
Use all bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed May 7, 2024
1 parent 7e87441 commit da6219a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: "Push changes to GitHub"
if: github.event_name == 'schedule' && matrix.emsdk == 'tot'
run: |
git add ./binaryen ./index.js ./bin/wasm-opt ./bin/wasm2js
git add ./binaryen ./index.js ./bin/*
npm version $VERSION --no-git-tag-version --force
if [ $RELEASE ]; then
echo "Committing release ("$VERSION") ..."
Expand Down
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,8 @@
"index.d.ts",
"package.json",
"package-lock.json",
"README.md",
"bin/package.json",
"bin/wasm-shell",
"bin/wasm-opt",
"bin/wasm-metadce",
"bin/wasm2js",
"bin/wasm-as",
"bin/wasm-dis",
"bin/wasm-ctor-eval",
"bin/wasm-reduce",
"bin/wasm-merge"
"bin/*",
"README.md"
],
"devDependencies": {
"dateformat": "^5.0.3",
Expand Down

0 comments on commit da6219a

Please sign in to comment.