remove unused replacement

This commit is contained in:
daishi 2024-04-07 12:42:45 +09:00
parent 8e6b914301
commit a29fc6fcff

View File

@ -37,7 +37,6 @@ jobs:
if: ${{ matrix.build == 'cjs' }}
run: |
sed -i~ "s/resolve('\.\/src\(.*\)\.ts')/resolve('\.\/dist\1.js')/" vitest.config.ts
sed -i~ "s/module.exports.createStore = vanilla.createStore;//" dist/index.js
- name: Patch for ESM
if: ${{ matrix.build == 'esm' }}
run: |