expo-backend-types 0.0.22 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -20,7 +20,7 @@
20
20
  "test:e2e": "jest --config ./test/jest-e2e.json",
21
21
  "generate-ts-schema": "ts-node src/main.swagger.ts && openapi-typescript ./swagger.yaml -o ./types/schema.d.ts",
22
22
  "postversion": "npm run generate-ts-schema && npm publish",
23
- "postpublish": "git push --follow-tags"
23
+ "postpublish": "git add . && git commit -m \"\" && git push --follow-tags"
24
24
  },
25
25
  "dependencies": {
26
26
  "@nestjs/common": "^10.0.0",