mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 02:25:22 +00:00
Fix package.json scripts
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"lint:report": "eslint packages scripts",
|
"lint:report": "eslint packages scripts",
|
||||||
"prerelease": "yarn test && yarn compile && yarn compile:commonjs",
|
"prerelease": "yarn test && yarn compile && yarn compile:commonjs",
|
||||||
"release": "node ./scripts/release/publish.js",
|
"release": "node ./scripts/release/publish.js",
|
||||||
"postrelease": "yarn docs:release && yarn benchmarks:release && ",
|
"postrelease": "yarn docs:release && yarn benchmarks:release",
|
||||||
"test": "yarn flow && yarn lint:report && yarn jest --runInBand"
|
"test": "yarn flow && yarn lint:report && yarn jest --runInBand"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user