chore(scripts): publish on version bumping

This commit is contained in:
Julien Fontanet
2019-05-06 11:32:55 +02:00
parent 34d3ca82bc
commit 8c02e0efbd
36 changed files with 89 additions and 40 deletions
@@ -57,6 +57,7 @@
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
"prebuild": "yarn run clean",
"predev": "yarn run prebuild",
"prepublishOnly": "yarn run build"
"prepublishOnly": "yarn run build",
"postversion": "npm publish"
}
}