Skip to content

Commit 98d700a

Browse files
committed
feat(repo): change to use bun instead of pnpm
1 parent 560782d commit 98d700a

File tree

4 files changed

+5
-26631
lines changed

4 files changed

+5
-26631
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules/
66
# Production env file
77
.env
88

9-
test-results/
9+
test-results/
10+
bun.lockb

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"test:e2e": "playwright test",
1313
"prepare": "husky install"
1414
},
15+
"workspaces": [
16+
"packages/*"
17+
],
1518
"devDependencies": {
1619
"@commitlint/cli": "^17.4.2",
1720
"@commitlint/config-conventional": "^17.4.2",

0 commit comments

Comments
 (0)