Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

fix all #35

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"prepare": "husky install",
"test": "nx run-many --target=test --all",
"version": "nx run-many --target=version --all && git add . && git commit -m 'bump version' && git push",
"publish:core": "cd dist/packages/nestjs-query-core && npm publish",
"publish:gql": "cd dist/packages/nestjs-query-graphql && npm publish",
"publish:typeorm": "cd dist/packages/nestjs-query-typeorm && npm publish",
"publish:core": "cd dist/packages/core && npm publish",
"publish:gql": "cd dist/packages/query-graphql && npm publish",
"publish:typeorm": "cd dist/packages/query-typeorm && npm publish",
"copy": "node copy",
"publish": "npm run publish:core && npm run publish:gql && npm run publish:typeorm"
},
Expand Down
Loading