Update build script
This commit is contained in:
parent
a2b6348ffa
commit
7d34b37ebd
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue