Skip to content

Commit

Permalink
Get rid of npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Dec 17, 2024
1 parent 4c8a455 commit 94de0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"manifest:pretty": "dotenv node built/src/generate-pretty-manifest.js",
"generate-data-main": "dotenv node built/src/main.js",
"generate-data-sub": "tsc && resolve-tspaths && dotenv node built/src/main.js",
"generate-data": "run-s build generate-data-main"
"generate-data": "pnpm build && pnpm generate-data-main"
},
"husky": {
"hooks": {
Expand All @@ -45,7 +45,6 @@
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"pretty-quick": "^4.0.0",
Expand Down
53 changes: 0 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 94de0f3

Please sign in to comment.