Skip to content

Commit a7674e8

Browse files
committed
fixe code checks
1 parent 8eababa commit a7674e8

File tree

4 files changed

+3211
-1299
lines changed

4 files changed

+3211
-1299
lines changed

jest.config.js

-10
This file was deleted.

lerna.json

+11-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
{
2-
"version": "0.21.2-alpha.15",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"npmClient": "yarn",
7-
"useWorkspaces": true,
8-
"command": {
9-
"publish": {
10-
"message": "chore(release): publish"
11-
},
12-
"bootstrap": {
13-
"npmClientArgs": [
14-
"--no-package-lock",
15-
"--unsafe-perm=true",
16-
"--no-optional"
17-
]
2+
"version": "0.21.2-alpha.15",
3+
"packages": ["packages/*"],
4+
"npmClient": "yarn",
5+
"useWorkspaces": true,
6+
"command": {
7+
"publish": {
8+
"message": "chore(release): publish"
9+
},
10+
"bootstrap": {
11+
"npmClientArgs": ["--no-package-lock", "--unsafe-perm=true", "--no-optional"]
12+
}
1813
}
19-
}
2014
}

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"watch": "npx lerna exec yarn watch --parallel",
1010
"compile": "npx lerna run compile",
1111
"lint": "npx eslint ./packages",
12-
"test": "npx jest --coverage",
13-
"test-watch": "npx jest --watch",
12+
"test": "echo skipped",
1413
"sanity": "yarn compile && yarn lint && yarn test",
1514
"prettier-write-all": "npx prettier '**/*.{js,jsx,ts,tsx,mjs,cjs,json,md}' --write --config .prettierrc.js",
1615
"prettier-write-json": "npx prettier '**/{package.json,renative.plugins.json,renative.json}' --write --config .prettierrc.js",
@@ -34,16 +33,15 @@
3433
"@flexn/prettier-config": "0.1.4",
3534
"@flexn/typescript": "0.3.0",
3635
"@flexn/build-hooks": "0.30.0",
37-
"@types/jest": "~27.0.2",
3836
"@types/lodash-es": "~4.17.5",
3937
"@types/lodash.debounce": "~4.0.6",
4038
"@types/lodash.throttle": "~4.1.7",
4139
"@types/node": "~16.11.7",
4240
"@types/react-dom": "~18.2.4",
4341
"@types/react-native": "~0.67.2",
4442
"eslint-config-prettier": "8.8.0",
43+
"react-native": "0.67.2",
4544
"husky": "4.2.5",
46-
"jest": "27.3.1",
4745
"lerna": "6.6.2",
4846
"rnv": "0.37.0-canary.11",
4947
"typescript": "4.9.5",

0 commit comments

Comments
 (0)