Skip to content

Commit 7e40f3a

Browse files
committed
Pkg-lock changes version
1 parent d7405f2 commit 7e40f3a

3 files changed

Lines changed: 8 additions & 16 deletions

File tree

package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"scripts": {
2323
"start": "npm run start -w docs",
24+
"build:pkg:local": "npm run build:local -w react-native-cross-elements",
2425
"build:pkg": "npm run build -w react-native-cross-elements"
2526
}
2627
}

workspaces/package/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
"src/"
1313
],
1414
"scripts": {
15-
"test:ts": "tsc --noEmit",
1615
"clean": "rimraf dist",
1716
"test": "jest",
1817
"lint": "eslint ./",
1918
"lint:fix": "eslint ./ --fix",
20-
"build": "npm run clean && bob build && npm pack",
21-
"publish": "npm publish --access public"
19+
"build": "npm run clean && bob build",
20+
"build:local": "npm run clean && bob build && npm pack",
21+
"publish": "npm publish --access public",
22+
"typecheck": "tsc --noEmit"
2223
},
2324
"keywords": [
2425
"tv",
@@ -44,7 +45,7 @@
4445
"@react-native/babel-preset": "^0.80.2",
4546
"@types/jest": "^30.0.0",
4647
"@types/lodash.uniqueid": "^4.0.8",
47-
"@types/react": "^19.1.11",
48+
"@types/react": "~19.0.10",
4849
"babel-plugin-transform-react-jsx": "^6.24.1",
4950
"babel-plugin-transform-remove-console": "^6.9.4",
5051
"eslint": "^9.34.0",
@@ -96,7 +97,7 @@
9697
[
9798
"typescript",
9899
{
99-
"project": "tsconfig.build.json"
100+
"project": "tsconfig.json"
100101
}
101102
]
102103
]

0 commit comments

Comments
 (0)