chore: run clean before release

This commit is contained in:
Satyajit Sahoo
2020-02-26 15:03:57 +01:00
parent 3677818f63
commit cf41288760

View File

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