Skip to content
Snippets Groups Projects
package.json 354 B
Newer Older
{
    "name": "Opentech",
    "version": "1.0.0",
    "description": "Build the static_src assets.",
    "cacheDirectories": ["opentech/static_src/node_modules"],
        "heroku-postbuild": "cd opentech/static_src && yarn install && npm run build:prod"
Fredrik Jonsson's avatar
Fredrik Jonsson committed
        "node": "8.12.0",
        "yarn": "1.10.0"