@storybook/cli 10.4.0-alpha.16 → 10.4.0-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_node-chunks/{block-dependencies-versions-S3TJGYC2.js → block-dependencies-versions-QNRY6J2G.js} +11 -11
- package/dist/_node-chunks/{block-experimental-addon-test-WWZCXLB2.js → block-experimental-addon-test-PVMAM5F5.js} +9 -9
- package/dist/_node-chunks/{block-major-version-JNM4ZAKB.js → block-major-version-B4U62UGS.js} +9 -9
- package/dist/_node-chunks/{block-node-version-HDPTJUPH.js → block-node-version-7C63VYY4.js} +9 -9
- package/dist/_node-chunks/{block-webpack5-frameworks-TETWAJLZ.js → block-webpack5-frameworks-RODOEXCR.js} +11 -11
- package/dist/_node-chunks/{optimized-tests-MJI5NXQA.js → chunk-3VND4UGR.js} +25 -16
- package/dist/_node-chunks/chunk-4IHT72QP.js +11 -0
- package/dist/_node-chunks/{chunk-UKVJ7RQN.js → chunk-7GFZ5XLA.js} +7 -7
- package/dist/_node-chunks/{chunk-NDN75UAD.js → chunk-DZENT53U.js} +7 -7
- package/dist/_node-chunks/{chunk-QBNIQBHH.js → chunk-E7VJSF4M.js} +6 -6
- package/dist/_node-chunks/{chunk-TZ336D6R.js → chunk-F7HPRHMF.js} +6 -6
- package/dist/_node-chunks/{chunk-QQ7E4GEX.js → chunk-NMHZMXV5.js} +15 -15
- package/dist/_node-chunks/{chunk-7BQI2DK6.js → chunk-QRIT645X.js} +6 -6
- package/dist/_node-chunks/{chunk-7H4XHFS5.js → chunk-XXTFAID7.js} +120 -9
- package/dist/_node-chunks/{globby-5IGUGWE7.js → globby-V7VJJXY6.js} +8 -8
- package/dist/_node-chunks/{monorepo-4B4ULRGC.js → monorepo-TKU4OK5Y.js} +25 -16
- package/dist/_node-chunks/monorepo-optimized-tests-relaxed-limits-no-story-deletion-XF53WCEF.js +119 -0
- package/dist/_node-chunks/optimized-tests-PTOYROOU.js +20 -0
- package/dist/_node-chunks/{p-limit-VO6RWWBJ.js → p-limit-G7HGHMQY.js} +7 -7
- package/dist/_node-chunks/{chunk-JYLYIY6L.js → pattern-copy-play-Y43OOQWS.js} +11 -11
- package/dist/_node-chunks/{relaxed-limits-MKAIPGR2.js → relaxed-limits-IFYEA3SD.js} +25 -16
- package/dist/_node-chunks/{run-EJWCFREQ.js → run-7AY5NI5G.js} +645 -260
- package/dist/_node-chunks/{setup-PUNMMEGI.js → setup-N65V6RFL.js} +8 -8
- package/dist/bin/index.js +7 -7
- package/package.json +5 -4
- package/dist/_node-chunks/chunk-TSPB5MCI.js +0 -11
- package/dist/_node-chunks/pattern-copy-play-JNOATHUQ.js +0 -20
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -14,10 +14,12 @@ import {
|
|
|
14
14
|
buildPortalStep,
|
|
15
15
|
buildSharedPreviewStep,
|
|
16
16
|
cleanupStep,
|
|
17
|
+
cssCheckDOD,
|
|
17
18
|
discoveryStepStrict,
|
|
18
19
|
editOverWriteRule,
|
|
19
20
|
ext,
|
|
20
21
|
interactionPlayStep,
|
|
22
|
+
listDOD,
|
|
21
23
|
listRules,
|
|
22
24
|
listSteps,
|
|
23
25
|
monorepoRule,
|
|
@@ -28,25 +30,30 @@ import {
|
|
|
28
30
|
packageManagerRule,
|
|
29
31
|
preferSharedFixesRule,
|
|
30
32
|
readBudgetRule,
|
|
33
|
+
sharedPreviewDOD,
|
|
34
|
+
storyTagsV1DOD,
|
|
31
35
|
toolsVsShellRule,
|
|
36
|
+
typeCheckPassesStrictDOD,
|
|
32
37
|
verifyStep,
|
|
38
|
+
vitestPassesStrictDOD,
|
|
33
39
|
writeStoriesStep
|
|
34
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-XXTFAID7.js";
|
|
35
41
|
import {
|
|
36
42
|
getDocsMarkdownUrl
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
43
|
+
} from "./chunk-E7VJSF4M.js";
|
|
44
|
+
import "./chunk-F7HPRHMF.js";
|
|
39
45
|
|
|
40
46
|
// src/ai/setup-prompts/monorepo.ts
|
|
41
47
|
import { dedent } from "ts-dedent";
|
|
42
48
|
function instructions(projectInfo) {
|
|
43
|
-
let { configDir, language, packageManager, packageManagerName } = projectInfo, tsx = ext(language, !0), ts = ext(language, !1), docsUrl = (path) => getDocsMarkdownUrl(path, projectInfo), mswInstall = packageManager.getInstallCommand(
|
|
49
|
+
let { configDir, language, needsUserOnboarding, packageManager, packageManagerName } = projectInfo, tsx = ext(language, !0), ts = ext(language, !1), docsUrl = (path) => getDocsMarkdownUrl(path, projectInfo), mswInstall = packageManager.getInstallCommand(
|
|
44
50
|
["msw", "msw-storybook-addon", "mockdate"],
|
|
45
51
|
!0
|
|
46
52
|
), ctx = {
|
|
47
53
|
configDir,
|
|
48
54
|
docsUrl,
|
|
49
55
|
mswInstall,
|
|
56
|
+
needsUserOnboarding,
|
|
50
57
|
packageManager,
|
|
51
58
|
packageManagerName,
|
|
52
59
|
tsx,
|
|
@@ -87,12 +94,14 @@ function instructions(projectInfo) {
|
|
|
87
94
|
)}
|
|
88
95
|
|
|
89
96
|
## Done when
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
|
|
98
|
+
${listDOD([
|
|
99
|
+
cssCheckDOD(ctx),
|
|
100
|
+
storyTagsV1DOD(ctx),
|
|
101
|
+
vitestPassesStrictDOD(ctx),
|
|
102
|
+
typeCheckPassesStrictDOD(ctx),
|
|
103
|
+
sharedPreviewDOD(ctx)
|
|
104
|
+
])}
|
|
96
105
|
|
|
97
106
|
## Reference (only fetch if stuck)
|
|
98
107
|
|
package/dist/_node-chunks/monorepo-optimized-tests-relaxed-limits-no-story-deletion-XF53WCEF.js
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
import {
|
|
13
|
+
batchTestsRule,
|
|
14
|
+
buildPortalStep,
|
|
15
|
+
buildSharedPreviewStep,
|
|
16
|
+
cleanupStep,
|
|
17
|
+
cssCheckDOD,
|
|
18
|
+
discoveryStepRelaxed,
|
|
19
|
+
editOverWriteRule,
|
|
20
|
+
ext,
|
|
21
|
+
interactionPlayStep,
|
|
22
|
+
listDOD,
|
|
23
|
+
listRules,
|
|
24
|
+
listSteps,
|
|
25
|
+
monorepoRule,
|
|
26
|
+
monorepoStep,
|
|
27
|
+
mswStep,
|
|
28
|
+
noPolishRule,
|
|
29
|
+
nodeModuleReadsRule,
|
|
30
|
+
packageManagerRule,
|
|
31
|
+
preferSharedFixesRule,
|
|
32
|
+
readBudgetRuleRelaxed,
|
|
33
|
+
sharedPreviewDOD,
|
|
34
|
+
storyTagsV2DOD,
|
|
35
|
+
toolsVsShellRule,
|
|
36
|
+
typeCheckPassesWhenExpectedDOD,
|
|
37
|
+
verifyWithAllowedFailureStep,
|
|
38
|
+
vitestPassesWhenExpectedDOD,
|
|
39
|
+
writeStoriesWithAllowedFailuresStep
|
|
40
|
+
} from "./chunk-XXTFAID7.js";
|
|
41
|
+
import {
|
|
42
|
+
getDocsMarkdownUrl
|
|
43
|
+
} from "./chunk-E7VJSF4M.js";
|
|
44
|
+
import "./chunk-F7HPRHMF.js";
|
|
45
|
+
|
|
46
|
+
// src/ai/setup-prompts/monorepo-optimized-tests-relaxed-limits-no-story-deletion.ts
|
|
47
|
+
import { dedent } from "ts-dedent";
|
|
48
|
+
function instructions(projectInfo) {
|
|
49
|
+
let { configDir, language, needsUserOnboarding, packageManager, packageManagerName } = projectInfo, tsx = ext(language, !0), ts = ext(language, !1), docsUrl = (path) => getDocsMarkdownUrl(path, projectInfo), mswInstall = packageManager.getInstallCommand(
|
|
50
|
+
["msw", "msw-storybook-addon", "mockdate"],
|
|
51
|
+
!0
|
|
52
|
+
), ctx = {
|
|
53
|
+
configDir,
|
|
54
|
+
docsUrl,
|
|
55
|
+
mswInstall,
|
|
56
|
+
needsUserOnboarding,
|
|
57
|
+
packageManager,
|
|
58
|
+
packageManagerName,
|
|
59
|
+
tsx,
|
|
60
|
+
ts
|
|
61
|
+
};
|
|
62
|
+
return dedent`
|
|
63
|
+
Your goal is to make Storybook fully functional in this project: configure \`${configDir}/preview.${tsx}\` with the right decorators, add MSW for data, and write up to 10 colocated \`*.stories.${tsx}\` files. Add \`play\` functions only where they prove something non-trivial.
|
|
64
|
+
|
|
65
|
+
## Rules of engagement (follow strictly — these are time budgets, not suggestions)
|
|
66
|
+
|
|
67
|
+
${listRules([
|
|
68
|
+
toolsVsShellRule(ctx),
|
|
69
|
+
nodeModuleReadsRule(ctx),
|
|
70
|
+
monorepoRule(ctx),
|
|
71
|
+
readBudgetRuleRelaxed(ctx),
|
|
72
|
+
editOverWriteRule(ctx),
|
|
73
|
+
batchTestsRule(ctx),
|
|
74
|
+
packageManagerRule(ctx),
|
|
75
|
+
preferSharedFixesRule(ctx),
|
|
76
|
+
noPolishRule(ctx)
|
|
77
|
+
])}
|
|
78
|
+
|
|
79
|
+
## Plan (do not skip steps, but keep each step lean)
|
|
80
|
+
|
|
81
|
+
${listSteps(
|
|
82
|
+
[
|
|
83
|
+
discoveryStepRelaxed(projectInfo, ctx),
|
|
84
|
+
monorepoStep(projectInfo, ctx),
|
|
85
|
+
buildSharedPreviewStep(projectInfo, ctx),
|
|
86
|
+
buildPortalStep(projectInfo, ctx),
|
|
87
|
+
mswStep(projectInfo, ctx),
|
|
88
|
+
writeStoriesWithAllowedFailuresStep(projectInfo, ctx),
|
|
89
|
+
interactionPlayStep(projectInfo, ctx),
|
|
90
|
+
verifyWithAllowedFailureStep(projectInfo, ctx),
|
|
91
|
+
cleanupStep(projectInfo, ctx)
|
|
92
|
+
],
|
|
93
|
+
{ level: 3 }
|
|
94
|
+
)}
|
|
95
|
+
|
|
96
|
+
## Done when
|
|
97
|
+
|
|
98
|
+
${listDOD([
|
|
99
|
+
cssCheckDOD(ctx),
|
|
100
|
+
storyTagsV2DOD(ctx),
|
|
101
|
+
vitestPassesWhenExpectedDOD(ctx),
|
|
102
|
+
typeCheckPassesWhenExpectedDOD(ctx),
|
|
103
|
+
sharedPreviewDOD(ctx)
|
|
104
|
+
])}
|
|
105
|
+
|
|
106
|
+
## Reference (only fetch if stuck)
|
|
107
|
+
|
|
108
|
+
- Docs index: https://storybook.js.org/llms.txt
|
|
109
|
+
- Writing stories: ${docsUrl("writing-stories")}
|
|
110
|
+
- Decorators: ${docsUrl("writing-stories/decorators")}
|
|
111
|
+
- Play functions: ${docsUrl("writing-stories/play-function")}
|
|
112
|
+
- Vitest integration: ${docsUrl("writing-tests/vitest-plugin")}
|
|
113
|
+
|
|
114
|
+
Append \`?codeOnly=true\` to any docs URL for code-only snippets. Don't fetch unless a specific question can't be answered from this prompt.
|
|
115
|
+
`;
|
|
116
|
+
}
|
|
117
|
+
export {
|
|
118
|
+
instructions
|
|
119
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
import {
|
|
13
|
+
instructions
|
|
14
|
+
} from "./chunk-3VND4UGR.js";
|
|
15
|
+
import "./chunk-XXTFAID7.js";
|
|
16
|
+
import "./chunk-E7VJSF4M.js";
|
|
17
|
+
import "./chunk-F7HPRHMF.js";
|
|
18
|
+
export {
|
|
19
|
+
instructions
|
|
20
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-F7HPRHMF.js";
|
|
13
13
|
|
|
14
14
|
// ../../../node_modules/yocto-queue/index.js
|
|
15
15
|
var Node = class {
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
getDocsMarkdownUrl
|
|
14
|
-
} from "./chunk-QBNIQBHH.js";
|
|
15
12
|
import {
|
|
16
13
|
getTypeImportSource
|
|
17
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QRIT645X.js";
|
|
15
|
+
import {
|
|
16
|
+
getDocsMarkdownUrl
|
|
17
|
+
} from "./chunk-E7VJSF4M.js";
|
|
18
|
+
import "./chunk-F7HPRHMF.js";
|
|
18
19
|
|
|
19
20
|
// src/ai/setup-prompts/pattern-copy-play.ts
|
|
20
21
|
import { dedent } from "ts-dedent";
|
|
@@ -804,7 +805,6 @@ function instructions(projectInfo) {
|
|
|
804
805
|
- any stories that still need work have \`tags: ['ai-generated', 'needs-work']\` in their meta
|
|
805
806
|
`;
|
|
806
807
|
}
|
|
807
|
-
|
|
808
808
|
export {
|
|
809
809
|
instructions
|
|
810
810
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_x95a390k9yf from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_x95a390k9yf from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_x95a390k9yf from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_x95a390k9yf.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_x95a390k9yf.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_x95a390k9yf.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -14,10 +14,12 @@ import {
|
|
|
14
14
|
buildPortalStep,
|
|
15
15
|
buildSharedPreviewStep,
|
|
16
16
|
cleanupStep,
|
|
17
|
+
cssCheckDOD,
|
|
17
18
|
discoveryStepRelaxed,
|
|
18
19
|
editOverWriteRule,
|
|
19
20
|
ext,
|
|
20
21
|
interactionPlayStep,
|
|
22
|
+
listDOD,
|
|
21
23
|
listRules,
|
|
22
24
|
listSteps,
|
|
23
25
|
mswStep,
|
|
@@ -26,25 +28,30 @@ import {
|
|
|
26
28
|
packageManagerRule,
|
|
27
29
|
preferSharedFixesRule,
|
|
28
30
|
readBudgetRuleRelaxed,
|
|
31
|
+
sharedPreviewDOD,
|
|
32
|
+
storyTagsV1DOD,
|
|
29
33
|
toolsVsShellRule,
|
|
34
|
+
typeCheckPassesStrictDOD,
|
|
30
35
|
verifyStep,
|
|
36
|
+
vitestPassesStrictDOD,
|
|
31
37
|
writeStoriesStep
|
|
32
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-XXTFAID7.js";
|
|
33
39
|
import {
|
|
34
40
|
getDocsMarkdownUrl
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-
|
|
41
|
+
} from "./chunk-E7VJSF4M.js";
|
|
42
|
+
import "./chunk-F7HPRHMF.js";
|
|
37
43
|
|
|
38
44
|
// src/ai/setup-prompts/relaxed-limits.ts
|
|
39
45
|
import { dedent } from "ts-dedent";
|
|
40
46
|
function instructions(projectInfo) {
|
|
41
|
-
let { configDir, language, packageManager, packageManagerName } = projectInfo, tsx = ext(language, !0), ts = ext(language, !1), docsUrl = (path) => getDocsMarkdownUrl(path, projectInfo), mswInstall = packageManager.getInstallCommand(
|
|
47
|
+
let { configDir, language, needsUserOnboarding, packageManager, packageManagerName } = projectInfo, tsx = ext(language, !0), ts = ext(language, !1), docsUrl = (path) => getDocsMarkdownUrl(path, projectInfo), mswInstall = packageManager.getInstallCommand(
|
|
42
48
|
["msw", "msw-storybook-addon", "mockdate"],
|
|
43
49
|
!0
|
|
44
50
|
), ctx = {
|
|
45
51
|
configDir,
|
|
46
52
|
docsUrl,
|
|
47
53
|
mswInstall,
|
|
54
|
+
needsUserOnboarding,
|
|
48
55
|
packageManager,
|
|
49
56
|
packageManagerName,
|
|
50
57
|
tsx,
|
|
@@ -83,12 +90,14 @@ function instructions(projectInfo) {
|
|
|
83
90
|
)}
|
|
84
91
|
|
|
85
92
|
## Done when
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
93
|
+
|
|
94
|
+
${listDOD([
|
|
95
|
+
cssCheckDOD(ctx),
|
|
96
|
+
storyTagsV1DOD(ctx),
|
|
97
|
+
vitestPassesStrictDOD(ctx),
|
|
98
|
+
typeCheckPassesStrictDOD(ctx),
|
|
99
|
+
sharedPreviewDOD(ctx)
|
|
100
|
+
])}
|
|
92
101
|
|
|
93
102
|
## Reference (only fetch if stuck)
|
|
94
103
|
|