Skip to content

Commit

Permalink
build(npm): unified build script
Browse files Browse the repository at this point in the history
  • Loading branch information
95gabor committed Mar 29, 2024
1 parent da10232 commit 37298cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "TechTrail.io",
"license": "UNLICENSED",
"scripts": {
"build": "npm run acstetofedo:build && npm run generalkivitelezes:build",
"acstetofedo:start": "webpack serve --open --env project=acstetofedo --env port=8000",
"acstetofedo:build": "NODE_ENV=production webpack --env project=acstetofedo",
"acstetofedo:build:dev": "webpack --env project=acstetofedo",
Expand Down

0 comments on commit 37298cb

Please sign in to comment.