Skip to content

Commit

Permalink
ci: switch to using bun
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 19, 2024
1 parent c8c0134 commit c2f991e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
$schema: "https://moonrepo.dev/schemas/toolchain.json"

node:
version: "20.10.0"
packageManager: "yarn"
yarn:
version: "4.1.1"
addEnginesConstraint: true
dedupeOnLockfileChange: false
inferTasksFromScripts: false
syncProjectWorkspaceDependencies: true
bun:
version: 1.1.20

typescript:
createMissingConfig: true
Expand Down
2 changes: 2 additions & 0 deletions apps/frontend/moon.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
platform: bun

dependsOn:
- 'assets'

Expand Down
Binary file added bun.lockb
Binary file not shown.

0 comments on commit c2f991e

Please sign in to comment.