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 62d522b commit 7b5c6f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@
"@semantic-release/git",
{
"assets": [
"./package.json",
"./CHANGELOG.md",
"package.json",
"./docs/api.md"
"./README.md",
"./docs/api.md",
"./demo/demo.md",
"./demo/apiExamples.md"
]
}
],
Expand Down Expand Up @@ -151,6 +154,7 @@
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
"types": "tsc"
"types": "tsc",
"postversion": "npm-run-all build:api build:docs"
}
}

0 comments on commit 7b5c6f5

Please sign in to comment.