Skip to content

Commit

Permalink
build: update assets and add postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Feb 8, 2024
1 parent 350544b commit 7199da2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"postCss:component": "node scripts/postCss.mjs",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"prepare": "husky install",
"types": "tsc"
"types": "tsc",
"postversion": "npm-run-all build:api build:docs"
},
"release": {
"branch": "master",
Expand All @@ -132,9 +133,12 @@
"@semantic-release/git",
{
"assets": [
"./package.json",
"./CHANGELOG.md",
"package.json",
"src/version.js"
"./README.md",
"./docs/api.md",
"./demo/demo.md",
"./demo/apiExamples.md"
]
}
],
Expand Down

0 comments on commit 7199da2

Please sign in to comment.