Skip to content

Commit b3143fe

Browse files
committed
disable postversion script
1 parent 5829457 commit b3143fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/postversion/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const { highlightLog } = require('../utils');
22

3-
const postversion = async () => {
4-
highlightLog('Postversion task');
3+
// const postversion = async () => {
4+
// highlightLog('Postversion task');
5+
//
6+
// await require('./release-storybook');
7+
// };
58

6-
await require('./release-storybook');
7-
};
8-
9-
postversion();
9+
// postversion();

0 commit comments

Comments
 (0)