Update package.json

This commit is contained in:
Ramon Wenger 2022-03-01 16:20:54 +01:00
parent 1f268c62e1
commit 1d7300c78d
1 changed files with 4 additions and 3 deletions

View File

@ -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"