mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
remove unused replacement
This commit is contained in:
parent
8e6b914301
commit
a29fc6fcff
1
.github/workflows/test-multiple-builds.yml
vendored
1
.github/workflows/test-multiple-builds.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user