Skip to content

Commit

Permalink
fix: heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ferreiro Val committed Aug 3, 2019
1 parent 3220e97 commit bcb43be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
"prismjs": "~1.16.0",
"reload": "~3.0.1",
"watch": "^1.0.2"
},
"engines": {
"node": ">=10.16.0",
"yarn": ">=1.16.0"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:publish": "git add CHANGELOG.md && git commit -m 'docs(changelog): publish release changelog' && git push",
"perf": "cd packages/best-benchmarks/ && yarn start --externalStorage=@best/store-aws",
"deploy:docs": "git push heroku `git subtree split --prefix docs master`:master --force",
"start": "node ./scripts/start.js"
},
"husky": {
Expand Down

0 comments on commit bcb43be

Please sign in to comment.