From 3620f674c35dc7886c1ce32b543330b9b076209c Mon Sep 17 00:00:00 2001 From: imagine10255 Date: Sun, 27 Oct 2024 23:37:26 +0800 Subject: [PATCH] remove example script dev --- README.md | 2 +- example/package.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c5a96d..94c3d88 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Use Nextjs example There is also a example that you can play with it: -[![Play react-editext-example](https://raw.githubusercontent.com/acrool/acrool-react-datepicker/main/play-in-example-button.svg)](https://acrool-react-datepicker.pages.dev) +[![Play react-editext-example](https://raw.githubusercontent.com/imagine10255/bear-react-carousel/main/play-in-example-button.svg)](https://bear-react-carousel-storybook.pages.dev) diff --git a/example/package.json b/example/package.json index 0e4b9e6..447d900 100644 --- a/example/package.json +++ b/example/package.json @@ -4,9 +4,6 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", - "build": "tsc && vite build", - "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "pages:dev": "wrangler pages dev --proxy 3000 -- yarn dev",