Skip to content

Commit

Permalink
housekeeping: remove test:webpackfrom release configuration (via #1441
Browse files Browse the repository at this point in the history
)

`test:webpack` no longer exists, it was folded into `test:unit` in #1438
  • Loading branch information
shockey authored Jun 8, 2019
1 parent cd70085 commit dc2bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"commitMessage": "release: v%s",
"tagName": "v%s",
"push": false,
"beforeStartCommand": "run-s test:unit test:webpack test:lint",
"beforeStartCommand": "run-s test:unit test:lint",
"afterReleaseCommand": "echo GIT_TAG=v${version} > release/.version"
},
"github": {
Expand Down

0 comments on commit dc2bd4b

Please sign in to comment.