expo-backend-types 0.2.0-EXPO-239.4 → 0.2.0-EXPO-239.5

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.2.0-EXPO-239.4",
3
+ "version": "0.2.0-EXPO-239.5",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,
@@ -11,8 +11,7 @@
11
11
  "dist/src/**/exports.{js,d.ts,ts}"
12
12
  ],
13
13
  "scripts": {
14
- "ci": "npm install && npm run generate-ts-schema && npm run build && npx prisma generate && npm run format && npm run lint && npm run check-exports",
15
- "postinstall": "npx prisma generate",
14
+ "ci": "npm install && npx prisma generate && npm run generate-ts-schema && npm run build && npx prisma generate && npm run format && npm run lint && npm run check-exports",
16
15
  "build": "nest build",
17
16
  "format": "prettier --write \"src/**/*.ts\"",
18
17
  "check-format": "prettier --check \"src/**/*.ts\"",