Skip to content

Commit

Permalink
moved patches under /tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Apr 15, 2023
1 parent 7024fa8 commit d224f3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"lint:fix": "yarn build && yarn lint:fix:alone",
"lint:fix:alone": "lerna run lint:fix:alone --parallel",
"lint:staged": "lerna exec --since HEAD --concurrency 1 --stream -- lint-staged && lint-staged",
"postinstall": "patch-package && (husky install && husky set .husky/pre-commit \"yarn lint:staged\") || exit 0",
"patch-package": "patch-package --patch-dir packages/tooling/patches",
"postinstall": "yarn patch-package && (husky install && husky set .husky/pre-commit \"yarn lint:staged\") || exit 0",
"prepare": "ts-patch install -s",
"start:dev": "lerna run start:dev --parallel",
"test": "yarn build && yarn test:alone",
Expand Down
1 change: 1 addition & 0 deletions packages/tooling/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ nodemon.json
*.eslintignore
*.ttf
*.ts-prunerc
*.patch

0 comments on commit d224f3f

Please sign in to comment.