diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bc2d85dd..fb2b9e96 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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 diff --git a/.npmignore b/.npmignore index 6a819bf8..42f25b86 100644 --- a/.npmignore +++ b/.npmignore @@ -27,4 +27,5 @@ gulpfile.ts .clang-format temp.jsdos bench -emulators.zip \ No newline at end of file +emulators.zip +emsdk \ No newline at end of file