Skip to content

Commit 1df3624

Browse files
committed
chore: update scripts order
1 parent 87247e7 commit 1df3624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
},
1919
"homepage": "https://github.com/margelo/react-native-quick-sqlite#readme",
2020
"scripts": {
21-
"package": "bun --cwd package",
22-
"example": "bun --cwd example",
21+
"bootstrap": "bun install && bun package prepare && bun example pods",
2322
"postinstall": "patch-package",
2423
"format-cpp": "./scripts/clang-format.sh",
2524
"typescript": "bun --filter=\"**\" typescript",
2625
"lint": "bun package lint && bun example lint",
27-
"bootstrap": "bun install && bun package prepare && bun example pods",
2826
"release": "release-it",
29-
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib"
27+
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib",
28+
"package": "bun --cwd package",
29+
"example": "bun --cwd example"
3030
},
3131
"dependencies": {
3232
"patch-package": "^8.0.0"

0 commit comments

Comments
 (0)