Skip to content

Commit abc51d8

Browse files
committed
fix: readme publish command
1 parent a128244 commit abc51d8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

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

packages/react-simple-headless-carousel/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/react-simple-headless-carousel/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Paweł Stachula",
99
"license": "MIT",
1010
"homepage": "https://simple-headless-carousel.onrender.com/",
11-
"version": "0.0.24",
11+
"version": "0.0.27",
1212
"sideEffects": false,
1313
"description": "React Micro Carousel",
1414
"keywords": [
@@ -40,11 +40,12 @@
4040
"lint:fix": "eslint . --ext ts,tsx --fix",
4141
"build:lib": "vite build -c vite.lib.config.ts",
4242
"build:css": "NODE_ENV=production tailwindcss -o dist/styles.min.css -m",
43-
"build:npm": "npm run build:lib && LIB_MODE=lib npm run build:css",
43+
"build:npm": "npm run build:lib && LIB_MODE=lib npm run build:css && cp ../../README.md README.md && npm version patch",
4444
"prepare": "husky"
4545
},
4646
"files": [
47-
"/dist"
47+
"/dist",
48+
"README.md"
4849
],
4950
"main": "dist/react-micro-carousel.umd.cjs",
5051
"module": "dist/react-micro-carousel.js",

0 commit comments

Comments
 (0)