mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Run build when versioning
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user