Skip to content

Commit

Permalink
fix build scrript for f-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 3, 2024
1 parent 96a8ce5 commit ed3e520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
"author": "Der_Googler",
"license": "GPL-3.0",
"scripts": {
"start:dev": "npm run licensefix && webpack-dev-server --open --config webpack.dev.ts",
"start:dev": "webpack-dev-server --open --config webpack.dev.ts",
"start:prod": "npm run licensefix && webpack-dev-server --open --config webpack.prod.ts",
"web:dev": "webpack --config webpack.dev.ts",
"web:prod": "webpack --config webpack.prod.ts",
"web:prod": "npm run licensefix && webpack --config webpack.prod.ts",
"web:prod-app": "npm run web:prod",
"licensefix": "node licensefix.js"
},
"resolutions": {
Expand Down

0 comments on commit ed3e520

Please sign in to comment.