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

Commit e46c18b

Browse files
authored
Merge pull request #35 from Rezonate-io/fix-deploy
fix all
2 parents bc6adfe + 2228575 commit e46c18b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"prepare": "husky install",
1414
"test": "nx run-many --target=test --all",
1515
"version": "nx run-many --target=version --all && git add . && git commit -m 'bump version' && git push",
16-
"publish:core": "cd dist/packages/nestjs-query-core && npm publish",
17-
"publish:gql": "cd dist/packages/nestjs-query-graphql && npm publish",
18-
"publish:typeorm": "cd dist/packages/nestjs-query-typeorm && npm publish",
16+
"publish:core": "cd dist/packages/core && npm publish",
17+
"publish:gql": "cd dist/packages/query-graphql && npm publish",
18+
"publish:typeorm": "cd dist/packages/query-typeorm && npm publish",
1919
"copy": "node copy",
2020
"publish": "npm run publish:core && npm run publish:gql && npm run publish:typeorm"
2121
},

0 commit comments

Comments
 (0)