Skip to content

Commit

Permalink
Modular prepare tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 28, 2024
1 parent 323fcae commit 775ecb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"format": "pnpm run -r --include-workspace-root /^format:/",
"clean": "pnpm run -r --include-workspace-root /^clean:/",
"build": "pnpm run -r build",
"prepare": "pnpm run -r --include-workspace-root /^prepare:/",
"update-env": "./scripts/tsnode ./scripts/update-env.ts",
"format:prettier": "prettier -w **/*.{js,ts,html,md,cjs,json} *.{js,json,md}",
"test:js": "eslint .",
Expand All @@ -26,7 +27,7 @@
"test:format": "prettier --check **/*.{js,ts,html,md,cjs,json} *.{js,json,md}",
"check-opml": "./scripts/tsnode loader-tests/check-opml.ts",
"test-loaders": "./scripts/tsnode loader-tests/test-loaders.ts loader-tests/feeds.yml",
"prepare": "husky",
"prepare:husky": "husky",
"tsnode": "./scripts/tsnode"
},
"workspaces": [
Expand Down

0 comments on commit 775ecb6

Please sign in to comment.