chore: run clean before release

This commit is contained in:
Satyajit Sahoo
2020-02-26 20:10:25 +01:00
parent 3bb2c196e4
commit 741f38a028

View File

@@ -20,6 +20,7 @@
"lint": "eslint --ext '.js,.ts,.tsx' .",
"typescript": "tsc --noEmit",
"test": "jest",
"prerelease": "yarn lerna run clean",
"release": "yarn lerna publish",
"example": "yarn --cwd example"
},