Skip to content

Commit 207326d

Browse files
(feat): remove fs from browser runtime
1 parent a6e7eba commit 207326d

File tree

99 files changed

+1175
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1175
-630
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ jobs:
3333
needs: [ compile, test ]
3434
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3535
runs-on: ubuntu-latest
36-
3736
steps:
3837
- name: Checkout repo
3938
uses: actions/checkout@v3
40-
4139
- name: Set up node
4240
uses: actions/setup-node@v3
43-
4441
- name: Install dependencies
4542
run: yarn install
46-
4743
- name: Build
4844
run: yarn build
4945

0 commit comments

Comments
 (0)