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

View File

@@ -1,7 +1,7 @@
{ {
"buildCommand": "npm run build:webapp", "buildCommand": "npm run build:webapp",
"devCommand": "npm run dev: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", "outputDirectory": "packages/webapp/build",
"env": { "env": {
"CI": "false" "CI": "false"