Update build script

This commit is contained in:
Ramon Wenger 2022-09-27 13:42:31 +02:00
parent a2b6348ffa
commit 7d34b37ebd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "\"Heroku client build\"",
"cacheDirectories": ["client/node_modules"],
"scripts": {
"build": "npm install --prefix client && npm run build --prefix client"
"build": "yarn --cwd client install && yarn --cwd client run build"
},
"engines": {
"node": "14.x",