Use pnpm for asset setup too (#1681)

This commit is contained in:
Jamil
2023-06-22 12:47:45 -07:00
committed by GitHub
parent 8d8687224b
commit 82edbb5835

View File

@@ -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"
],