Skip to content

Commit

Permalink
Fix vendor build as we don't package vendor.js anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Oct 5, 2024
1 parent f68d675 commit 0cff209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.production
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ purge-cdn-files:
dist/ogs.min.js: dist/ogs.js
npm run webpack -- --mode=production --optimization-minimize --devtool=source-map

dist/vendor.min.js: dist/vendor.js
dist/vendor.min.js:
npm run webpack -- --mode=production --optimization-minimize --devtool=source-map

dist/ogs.$(VERSION).css:
Expand Down

0 comments on commit 0cff209

Please sign in to comment.