expo-backend-types 0.2.0-EXPO-239.5 → 0.2.0-EXPO-239.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.2.0-EXPO-239.
|
3
|
+
"version": "0.2.0-EXPO-239.4",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -11,7 +11,8 @@
|
|
11
11
|
"dist/src/**/exports.{js,d.ts,ts}"
|
12
12
|
],
|
13
13
|
"scripts": {
|
14
|
-
"ci": "npm install &&
|
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",
|
15
16
|
"build": "nest build",
|
16
17
|
"format": "prettier --write \"src/**/*.ts\"",
|
17
18
|
"check-format": "prettier --check \"src/**/*.ts\"",
|