Skip to content

Commit

Permalink
package.json: build in production mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Mar 28, 2024
1 parent cdd89de commit 3faf150
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 3faf150

Please sign in to comment.