mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 08:13:46 +00:00
[change] Add generated Flow files to package dist
Fix #1684 Close #1982
This commit is contained in:
committed by
Nicolas Gallagher
parent
4e77aebc17
commit
c4e2d7a919
@@ -7,6 +7,7 @@
|
||||
"compile": "npm-run-all clean -p \"compile:* {@}\" --",
|
||||
"compile:commonjs": "cd packages/react-native-web && cross-env BABEL_ENV=commonjs babel --root-mode upward src --out-dir dist/cjs --ignore \"**/__tests__\"",
|
||||
"compile:es": "cd packages/react-native-web && babel --root-mode upward src --out-dir dist --ignore \"**/__tests__\"",
|
||||
"compile:flow": "gen-flow-files packages/react-native-web/src --out-dir packages/react-native-web/dist",
|
||||
"benchmarks": "cd packages/benchmarks && yarn dev",
|
||||
"benchmarks:build": "cd packages/benchmarks && yarn build",
|
||||
"benchmarks:release": "yarn benchmarks:build && git checkout gh-pages && rm -rf ./docs/benchmarks && mv packages/benchmarks/dist ./docs/benchmarks && git add -A && git commit -m \"Deploy benchmarks\" && git push origin gh-pages && git checkout -",
|
||||
@@ -52,6 +53,7 @@
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"flow-bin": "^0.148.0",
|
||||
"gen-flow-files": "^0.4.11",
|
||||
"glob": "^7.1.6",
|
||||
"husky": "^4.3.8",
|
||||
"inline-style-prefixer": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user