This commit is contained in:
a.bouhuolia
2023-03-07 23:05:22 +02:00
parent 8c3d6b61d6
commit 3b2ab568e4

View File

@@ -1,9 +1,9 @@
{
"buildCommand": "npm run build:webapp",
"devCommand": "npm run dev:webapp",
"installCommand": "npm install && npm run bootstrap",
"installCommand": "npm install -g yarn && npm install && npm run bootstrap",
"outputDirectory": "packages/webapp/build",
"env": {
"CI": "false"
}
}
}