Skip to content

Commit f7b4605

Browse files
committed
refactor(changelog): move release script to scripts folder
1 parent eecbe5a commit f7b4605

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:types": "tsc -p types/test",
3737
"docs": "vuepress dev docs",
3838
"docs:build": "vuepress build docs",
39-
"release": "bash build/release.sh",
39+
"release": "bash scripts/release.sh",
4040
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
4141
},
4242
"gitHooks": {
File renamed without changes.

0 commit comments

Comments
 (0)