Update build script
This commit is contained in:
parent
a2b6348ffa
commit
7d34b37ebd
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "\"Heroku client build\"",
|
"description": "\"Heroku client build\"",
|
||||||
"cacheDirectories": ["client/node_modules"],
|
"cacheDirectories": ["client/node_modules"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm install --prefix client && npm run build --prefix client"
|
"build": "yarn --cwd client install && yarn --cwd client run build"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.x",
|
"node": "14.x",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue