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