skillbox/package.json

14 lines
290 B
JSON

{
"name": "myskillbox",
"version": "1.1.0",
"description": "\"Heroku client build\"",
"cacheDirectories": ["client/node_modules"],
"scripts": {
"build": "yarn --cwd client install && yarn --cwd client run build"
},
"engines": {
"node": "14.x",
"yarn": "1.x"
}
}