Skip to content

Commit

Permalink
Merge pull request #138 from throwaway96/build-prod-20240328
Browse files Browse the repository at this point in the history
Build in production mode by default
  • Loading branch information
throwaway96 committed Mar 29, 2024
2 parents 8738698 + 3faf150 commit 21d1524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Ad-free YouTube app for webOS",
"main": "index.js",
"scripts": {
"build": "webpack",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"package": "ares-package -n dist",
"deploy": "node tools/deploy.mjs",
"launch": "ares-launch youtube.leanback.v4",
Expand Down

0 comments on commit 21d1524

Please sign in to comment.