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 48d841c commit c25cc50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"./package.json",
"./CHANGELOG.md",
"./README.md",
"./docs/api.md"
"./docs/api.md",
"./demo/demo.md",
"./demo/apiExamples.md"
]
}
],
Expand Down Expand Up @@ -158,6 +160,7 @@
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"prepare": "husky install"
"prepare": "husky install",
"postversion": "npm-run-all build:api build:docs"
}
}

0 comments on commit c25cc50

Please sign in to comment.