Add examples app to release tasks

This commit is contained in:
Nicolas Gallagher
2018-06-04 11:54:11 -07:00
parent d0ca7585ab
commit a9ad313a79

View File

@@ -21,7 +21,7 @@
"precommit": "lint-staged",
"prerelease": "yarn test && yarn compile && yarn compile:commonjs",
"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"
},
"devDependencies": {