We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f9ab7 commit f6aed05Copy full SHA for f6aed05
package.json
@@ -23,7 +23,7 @@
23
"lint:report": "eslint packages scripts",
24
"prerelease": "yarn test && yarn compile && yarn compile:commonjs",
25
"release": "node ./scripts/release/publish.js",
26
- "postrelease": "yarn docs:release && yarn benchmarks:release && ",
+ "postrelease": "yarn docs:release && yarn benchmarks:release",
27
"test": "yarn flow && yarn lint:report && yarn jest --runInBand"
28
},
29
"devDependencies": {
0 commit comments