Skip to content

Commit 1fb0a22

Browse files
committed
add scripts
1 parent bfb0e6e commit 1fb0a22

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

apps/test-app/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --",
1515
"test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:ios -- ",
1616
"test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:ios -- ",
17-
"test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:ios -- "
17+
"test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample npm run test:ios -- ",
18+
"gen:rs": "ferric init lib_in_rust",
19+
"build:rs": "ferric build --cwd lib_in_rust",
20+
"build:rs:release": "npm run build:rs --configuration release"
1821
},
1922
"dependencies": {
2023
"@babel/core": "^7.26.10",
@@ -30,7 +33,7 @@
3033
"@types/mocha": "^10.0.10",
3134
"@types/react": "^19.0.0",
3235
"concurrently": "^9.1.2",
33-
"ferric-example": "^0.1.0",
36+
"ferric-cli": "*",
3437
"mocha": "^11.6.0",
3538
"mocha-remote-cli": "^1.13.2",
3639
"mocha-remote-react-native": "^1.13.2",

package-lock.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)