This commit is contained in:
a.bouhuolia
2023-03-07 23:12:57 +02:00
parent 3b2ab568e4
commit a7c55dea7b

View File

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