Skip to content

Commit

Permalink
chore: install NPM packages automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Dec 29, 2024
1 parent b349893 commit 5da2bf5
Show file tree
Hide file tree
Showing 2 changed files with 1,755 additions and 1,394 deletions.
1 change: 1 addition & 0 deletions build/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ open EasyBuild.Commands.Benchmark
[<EntryPoint>]
let main args =
Command.Run("dotnet", "husky install")
Command.Run("pnpm", "install")

let app = CommandApp()

Expand Down
Loading

0 comments on commit 5da2bf5

Please sign in to comment.