Skip to content

Commit

Permalink
fix: web: vendor-build
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Nov 13, 2024
1 parent ee198b3 commit db4c38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ watch: ## watch

.PHONY: web
web: ## web
npm run build --prefix web/
npm run build-all --prefix web/

.PHONY: webwatch
webwatch: ## webwatch
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build-vendor": "webpack --config webpack.vendor.config --mode='production'",
"build": "webpack --config webpack.config.js --mode='production'",
"build-all": "npm run build-vendor && npm run build",
"watch": "npm run build-vendor && webpack --watch --config webpack.config.js --mode='development'"
},
"repository": {
Expand Down

0 comments on commit db4c38a

Please sign in to comment.