Run build when versioning

This commit is contained in:
Cory LaViska
2020-06-05 07:50:35 -04:00
parent ce920f6ac2
commit f6ef444beb

View File

@@ -25,7 +25,8 @@
"serve": "node dev-server.js",
"prebuild": "npm run lint",
"postbuild": "node postbuild.js",
"postinstall": "node postinstall.js"
"postinstall": "node postinstall.js",
"version": "npm run build"
},
"devDependencies": {
"@stencil/eslint-plugin": "^0.3.1",