expo-backend-types 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.17.0",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"check-exports": "attw --pack .",
|
22
22
|
"local-release": "changeset version && changeset publish",
|
23
23
|
"commit-schema": "git add ./types/schema.d.ts swagger.yaml && git commit -m \"Update schema\"",
|
24
|
-
"start": "npx prisma generate && nest start",
|
24
|
+
"start": "npx prisma generate && npx nest start",
|
25
25
|
"dev": "npx prisma generate && nest start --watch",
|
26
26
|
"start:debug": "nest start --debug --watch",
|
27
27
|
"start:prod": "node dist/src/main",
|