fix: console log accurate version

This commit is contained in:
Shawn Erquhart 2018-07-28 18:47:35 -04:00
parent b8bcbd4af0
commit 5cde1d0c10

View File

@ -9,7 +9,7 @@
"reset": "npm run clean && lerna clean --yes",
"test": "cross-env NODE_ENV=test jest --no-cache",
"dryrun": "lerna publish --skip-npm --skip-git",
"publish": "npm run bootstrap && npm run build && lerna publish",
"publish": "npm run bootstrap && npm run dryrun && npm run build && git checkout . && lerna publish",
"add-contributor": "all-contributors add"
},
"browserslist": [