Update package.json
This commit is contained in:
parent
1f268c62e1
commit
1d7300c78d
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "cariot",
|
"name": "myskillbox",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "\"Heroku client build\"",
|
"description": "\"Heroku client build\"",
|
||||||
|
"cacheDirectories": ["client/node_modules"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
|
"build": "npm install --prefix client && npm run build --prefix client"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12.x"
|
"node": "12.x"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue