Skip to content

Commit

Permalink
add emsdk to npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Apr 14, 2022
1 parent 7be26f8 commit 3239a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- run: git clone https://github.com/emscripten-core/emsdk.git
- run: cd emsdk && ./emsdk install ${{ matrix.emsdk-version }} && ./emsdk activate ${{ matrix.emsdk-version }} && cd ..
- run: source ./emsdk/emsdk_env.sh && yarn run gulp
- run: npm publish --dry-run
- run: npm publish
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ gulpfile.ts
.clang-format
temp.jsdos
bench
emulators.zip
emulators.zip
emsdk

0 comments on commit 3239a98

Please sign in to comment.