Skip to content

Commit

Permalink
Make dependencies of build clearer
Browse files Browse the repository at this point in the history
Refs: #2017
  • Loading branch information
erkannt committed Oct 11, 2024
1 parent 2fa89b6 commit a061e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 202 deletions.
198 changes: 0 additions & 198 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,16 @@
"ts-jest": "^29.2.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"wait-on": "^8.0.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"scripts": {
"prebuild": "del assets/locales dist src/locales src/manifest.json",
"build": "run-p build:*",
"build:app": "wait-on src/locales src/manifest.json && tsc --project tsconfig.build.json",
"build:assets": "wait-on assets/locales && webpack build --mode production",
"build": "run-s build:translations build:assets build:app",
"build:app": "tsc --project tsconfig.build.json",
"build:assets": "webpack build --mode production",
"build:translations": "scripts/intlc.sh",
"format": "prettier --ignore-unknown --check '**'",
"format:fix": "npm run format -- --write",
Expand Down

0 comments on commit a061e01

Please sign in to comment.