mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-30 05:14:53 +08:00
Add examples app to release tasks
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"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 website:release && yarn benchmarks:release",
|
"postrelease": "yarn benchmarks:release && yarn examples:release && yarn website:release",
|
||||||
"test": "yarn flow && yarn lint:check && yarn jest --runInBand"
|
"test": "yarn flow && yarn lint:check && yarn jest --runInBand"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user