Skip to content

Commit

Permalink
Use heroku for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed May 11, 2021
1 parent 4c50a4c commit c7c129a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "bash start.sh",
"build": "bash package.sh",
"heroku-postbuild": "",
"dev": "bash package.sh --no-zip",
"code-style": "markdownlint ./ --fix && stylelint ./www/style/*.css ./ext/*.css --fix --cache && eslint ./ --cache --fix && prettier --check ./ > /dev/null || prettier --write .",
"lint": "markdownlint ./ && stylelint ./www/style/*.css ./ext/*.css --cache && eslint ./ --cache && prettier --check ."
Expand Down

0 comments on commit c7c129a

Please sign in to comment.