Skip to content

Commit 2f9fc8e

Browse files
committed
ci: disabled tailwind publish
1 parent f34add9 commit 2f9fc8e

File tree

4 files changed

+42
-75
lines changed

4 files changed

+42
-75
lines changed

packages/cva/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "@qwik-ui/cva",
33
"version": "0.0.1",
4+
"description": "Qwik Version of Class Variation Authority",
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"dependencies": {},
9+
"type": "module",
510
"main": "./index.js",
611
"module": "./index.mjs",
712
"typings": "./index.d.ts"

packages/kit-fluffy/project.json

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,7 @@
3232
"lintFilePatterns": ["packages/kit-fluffy/**/*.{ts,tsx,js,jsx}"]
3333
}
3434
},
35-
"version": {
36-
"executor": "@jscutlery/semver:version",
37-
"options": {}
38-
},
39-
"version-dry": {
40-
"executor": "@jscutlery/semver:version",
41-
"options": {
42-
"dryRun": true,
43-
"releaseAs": "patch"
44-
}
45-
},
46-
"version-publish": {
47-
"executor": "@jscutlery/semver:version",
48-
"options": {
49-
"noVerify": true,
50-
"push": true,
51-
"releaseAs": "patch",
52-
"postTargets": ["fluffy:publish", "fluffy:push-to-github"]
53-
}
54-
},
55-
"publish": {
56-
"executor": "ngx-deploy-npm:deploy",
57-
"options": {
58-
"access": "public"
59-
}
60-
},
61-
"push-to-github": {
62-
"executor": "@jscutlery/semver:github",
63-
"options": {
64-
"title": "@qwik-ui/kit-fluffy@${version}",
65-
"tag": "${tag}",
66-
"notes": "${notes}"
67-
}
68-
},
35+
6936
"storybook": {
7037
"executor": "@nx/storybook:storybook",
7138
"options": {
@@ -91,6 +58,42 @@
9158
"quiet": true
9259
}
9360
}
61+
},
62+
"disabling-publish-for-now": {
63+
"version": {
64+
"executor": "@jscutlery/semver:version",
65+
"options": {}
66+
},
67+
"version-dry": {
68+
"executor": "@jscutlery/semver:version",
69+
"options": {
70+
"dryRun": true,
71+
"releaseAs": "patch"
72+
}
73+
},
74+
"version-publish": {
75+
"executor": "@jscutlery/semver:version",
76+
"options": {
77+
"noVerify": true,
78+
"push": true,
79+
"releaseAs": "patch",
80+
"postTargets": ["fluffy:publish", "fluffy:push-to-github"]
81+
}
82+
},
83+
"publish": {
84+
"executor": "ngx-deploy-npm:deploy",
85+
"options": {
86+
"access": "public"
87+
}
88+
},
89+
"push-to-github": {
90+
"executor": "@jscutlery/semver:github",
91+
"options": {
92+
"title": "@qwik-ui/kit-fluffy@${version}",
93+
"tag": "${tag}",
94+
"notes": "${notes}"
95+
}
96+
}
9497
}
9598
},
9699
"tags": []

packages/kit-tailwind/project.json

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,6 @@
3131
"options": {
3232
"lintFilePatterns": ["packages/kit-tailwind/**/*.{ts,tsx,js,jsx}"]
3333
}
34-
},
35-
"version": {
36-
"executor": "@jscutlery/semver:version",
37-
"options": {}
38-
},
39-
"version-dry": {
40-
"executor": "@jscutlery/semver:version",
41-
"options": {
42-
"dryRun": true,
43-
"releaseAs": "patch"
44-
}
45-
},
46-
"version-publish": {
47-
"executor": "@jscutlery/semver:version",
48-
"options": {
49-
"noVerify": true,
50-
"push": true,
51-
"releaseAs": "patch",
52-
"postTargets": ["tailwind:publish", "tailwind:push-to-github"]
53-
}
54-
},
55-
"publish": {
56-
"executor": "ngx-deploy-npm:deploy",
57-
"options": {
58-
"access": "public"
59-
}
60-
},
61-
"push-to-github": {
62-
"executor": "@jscutlery/semver:github",
63-
"options": {
64-
"title": "@qwik-ui/kit-tailwind@${version}",
65-
"tag": "${tag}",
66-
"notes": "${notes}"
67-
}
6834
}
6935
},
7036
"tags": []

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)