Skip to content

Commit c65c10e

Browse files
committed
publish
1 parent 7cf5a59 commit c65c10e

File tree

8 files changed

+7
-9
lines changed

8 files changed

+7
-9
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"start": "vite --force",
2727
"build": "vite build",
2828
"test": "vitest ",
29-
"exports": "exports src/components/**/*.tsx !src/components/**/preview.tsx --types --exports --analyzer",
30-
"prepublishOnly": "npm run exports",
3129
"components:publish": "npm run component:publish -w=src/components",
3230
"components:create": "scaff templates/component src/components"
3331
},

src/components/compare-content/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"step:types": "tsc",
2020
"step:build": "library src/**/*",
2121
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
22-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
22+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2323
}
2424
}

src/components/keen-slider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"step:types": "tsc",
2222
"step:build": "library src/**/*",
2323
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
24-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
24+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/atomicojs/components/issues"

src/components/lottie/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"step:types": "tsc",
2222
"step:build": "library src/**/*",
2323
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
24-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
24+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/atomicojs/components/issues"

src/components/modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"step:types": "tsc",
2121
"step:build": "library src/**/*",
2222
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
23-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
23+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2424
},
2525
"bugs": {
2626
"url": "https://github.com/atomicojs/components/issues"

src/components/show-drag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"step:types": "tsc",
2121
"step:build": "library src/**/*",
2222
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
23-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
23+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2424
},
2525
"bugs": {
2626
"url": "https://github.com/atomicojs/components/issues"

src/components/table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"step:types": "tsc",
2121
"step:build": "library src/**/*",
2222
"step:exports": "exports lib/**/* types/**/* --wrappers --main define --publish",
23-
"prepublishOnly": "npm run step:types && npm run step:build && npm run step:exports"
23+
"component:publish": "npm run step:types && npm run step:build && npm run step:exports"
2424
},
2525
"bugs": {
2626
"url": "https://github.com/atomicojs/components/issues"

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@atomico/tsconfig/base.json",
3-
"include": ["src/**/*", "vite.config.js","types.d.ts"],
3+
"include": ["src/**/*", "vite.config.js","types.d.ts"]
44
}

0 commit comments

Comments
 (0)