Skip to content

Commit 4f1f641

Browse files
committed
Fix CI
1 parent 68329f4 commit 4f1f641

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/theme-component-generator/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
"scripts": {
88
"start": "node --experimental-strip-types src/index.ts",
99
"dev": "node --experimental-strip-types --watch src/index.ts",
10-
"build": "echo noop"
10+
"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-...",
1117
},
1218
"keywords": [
1319
"mcp",

0 commit comments

Comments
 (0)