mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 14:04:10 +00:00
Fix workflows and monorepo deps
* Remove 'react' packages from monorepo dependencies. * Ensure 'react-native-web' package is built first.
This commit is contained in:
+3
-4
@@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"clean": "del-cli ./packages/*/dist",
|
||||
"build": "npm run clean && npm run build --workspaces --if-present",
|
||||
"compile": "npm run build",
|
||||
"dev": "npm run dev --workspaces --if-present",
|
||||
"flow": "flow --flowconfig-name ./configs/.flowconfig",
|
||||
"format": "prettier --check --ignore-path ./configs/.prettierignore \"**/*.js\"",
|
||||
@@ -55,12 +56,10 @@
|
||||
"lint-staged": "^10.5.4",
|
||||
"minimist": "^1.2.6",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"prettier": "^2.2.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-test-renderer": "^17.0.2"
|
||||
"prettier": "^2.2.1"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/react-native-web",
|
||||
"packages/*"
|
||||
],
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user