We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68329f4 commit 4f1f641Copy full SHA for 4f1f641
1 file changed
packages/theme-component-generator/package.json
@@ -7,7 +7,13 @@
7
"scripts": {
8
"start": "node --experimental-strip-types src/index.ts",
9
"dev": "node --experimental-strip-types --watch src/index.ts",
10
- "build": "echo noop"
+ "build": "echo noop-🙈",
11
+ "build:ts": "echo noop-🙊",
12
+ "build:ci": "echo noop-🙉",
13
+ "postbuild:ts": "echo noop-🐵",
14
+ "generate-factory-configs": "echo noop-🐒",
15
+ "test": "echo noop-💨",
16
+ "test": "echo noop-...",
17
},
18
"keywords": [
19
"mcp",
0 commit comments