Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit d5ed0eb

Browse files
revert: build(release): Remove test scripts before releasing"
This reverts commit 786018f.
1 parent 311c6cf commit d5ed0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.release-it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"increment": "conventional:angular",
44
"src": {
55
"commitMessage": "chore(release): %s",
6+
"beforeStartCommand": "npm run lint && npm run test -- --colors && npm run test:e2e -- --colors",
67
"afterReleaseCommand": "npm run release-templates"
78
}
89
}

0 commit comments

Comments
 (0)