chore: only lint before release

This commit is contained in:
Pooya Parsa 2021-04-09 18:03:27 +02:00
parent bb797fcbb6
commit 8fbefa309e

View File

@ -7,7 +7,7 @@
"scripts": {
"build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix",
"stub": "lerna run prepack -- --stub",
"release": "yarn && yarn build && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
"nu": "./node_modules/.bin/nu",
"play": "yarn run nu dev playground",
"lint": "eslint --ext .vue,.ts,.js .",