Skip to content

Commit

Permalink
Merge pull request #1 from snydertechnologies/feat/switch-from-pnpm-t…
Browse files Browse the repository at this point in the history
…o-bun

feat(repo): change to use bun instead of pnpm
  • Loading branch information
benpsnyder authored May 9, 2024
2 parents 560782d + 90cd1e4 commit 831f446
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26,631 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules/
# Production env file
.env

test-results/
test-results/
bun.lockb
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"test:e2e": "playwright test",
"prepare": "husky install"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
Expand Down
Loading

0 comments on commit 831f446

Please sign in to comment.