Skip to content

Commit dc2bd4b

Browse files
authored
housekeeping: remove test:webpackfrom release configuration (via #1441)
`test:webpack` no longer exists, it was folded into `test:unit` in #1438
1 parent cd70085 commit dc2bd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"commitMessage": "release: v%s",
99
"tagName": "v%s",
1010
"push": false,
11-
"beforeStartCommand": "run-s test:unit test:webpack test:lint",
11+
"beforeStartCommand": "run-s test:unit test:lint",
1212
"afterReleaseCommand": "echo GIT_TAG=v${version} > release/.version"
1313
},
1414
"github": {

0 commit comments

Comments
 (0)