Skip to content

Commit 383fa51

Browse files
committed
chore: update package dependencies and CI configuration
- Removed the `prepare` script from `package.json`. - Added a name to the CI workflow in `.github/workflows/ci.yml`. - Updated `@nativescript/objc-node-api` dependency version to `^1.0.0-alpha.7` in both `packages/ios/package.json` and `packages/macos/package.json`.
1 parent 55cb608 commit 383fa51

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: CI
2+
13
on:
24
push:
35
branches:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"packages/*"
2020
],
2121
"scripts": {
22-
"prepare": "husky",
2322
"apply-patches": "./apply_patches.sh",
2423
"build-v8-source": "./build_v8_source.sh",
2524
"build-v8-source-catalyst": "./build_v8_source_catalyst.sh",

packages/ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"dependencies": {
54-
"@nativescript/objc-node-api": "workspace:*"
54+
"@nativescript/objc-node-api": "^1.0.0-alpha.7"
5555
},
5656
"devDependencies": {
5757
"rimraf": "^6.0.0"

packages/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
"license": "MIT",
4646
"dependencies": {
47-
"@nativescript/objc-node-api": "workspace:*"
47+
"@nativescript/objc-node-api": "^1.0.0-alpha.7"
4848
},
4949
"devDependencies": {
5050
"rimraf": "^6.0.0"

0 commit comments

Comments
 (0)