Skip to content

Commit 47e4600

Browse files
authored
convert codebase to bun workspace (#11)
1 parent dfb217d commit 47e4600

94 files changed

Lines changed: 431 additions & 784 deletions

File tree

Some content is hidden

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

.changeset/heavy-bikes-scream.md

Lines changed: 6 additions & 0 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Publish to npm
3434
if: steps.changesets.outputs.hasChangesets == 'false'
35+
working-directory: packages/classy-store
3536
run: |
3637
npm install -g npm@latest
3738
npm publish --provenance --access public

bun.lock

Lines changed: 306 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bunfig.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
[test]
2-
preload = ["./happydom.ts"]
31
[install]
42
exact = true

0 commit comments

Comments
 (0)