mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Use pnpm for asset setup too (#1681)
This commit is contained in:
@@ -82,7 +82,7 @@ defmodule Web.MixProject do
|
||||
[
|
||||
setup: ["deps.get", "assets.setup", "assets.build"],
|
||||
"assets.setup": [
|
||||
"cmd cd assets && yarn install --frozen-lockfile",
|
||||
"cmd cd assets && CI=true pnpm i",
|
||||
"tailwind.install --if-missing",
|
||||
"esbuild.install --if-missing"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user