We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5829457 commit b3143feCopy full SHA for b3143fe
scripts/postversion/index.js
@@ -1,9 +1,9 @@
1
const { highlightLog } = require('../utils');
2
3
-const postversion = async () => {
4
- highlightLog('Postversion task');
+// const postversion = async () => {
+// highlightLog('Postversion task');
5
+//
6
+// await require('./release-storybook');
7
+// };
8
- await require('./release-storybook');
-};
-
9
-postversion();
+// postversion();
0 commit comments