Skip to content

Commit 58b9099

Browse files
committed
Removed references to prepare lifecycle
1 parent d3979ba commit 58b9099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
4141
"test-ci": "run-s test:*",
4242
"test": "run-s check test:*",
43-
"version": "run-s prepare version:*",
43+
"version": "run-s version:*",
4444
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
4545
"version:git": "git add CHANGELOG.md"
4646
},

0 commit comments

Comments
 (0)