We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a31198 commit aaf52e6Copy full SHA for aaf52e6
package.json
@@ -34,10 +34,10 @@
34
"!**/.*"
35
],
36
"scripts": {
37
- "example": "yarn workspace react-native-libprisma-example",
+ "example": "bun workspace react-native-libprisma-example",
38
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
39
"embed-grammars": "node scripts/embed-grammars.js",
40
- "prepare": "yarn embed-grammars && bob build",
+ "prepare": "bun run embed-grammars && bob build",
41
"typecheck": "tsc",
42
"lint": "eslint \"**/*.{js,ts,tsx}\"",
43
"release": "release-it --only-version",
@@ -178,4 +178,4 @@
178
179
"version": "0.55.1"
180
}
181
-}
+}
0 commit comments