Skip to content

Commit

Permalink
chore: 테스트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Dec 22, 2024
1 parent 5707be2 commit 1515627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/xds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@xionwcfm/xds",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -478,8 +477,6 @@
"build": "tsup && pnpm run build:css",
"build:css": "tailwindcss -i ./style.css -o dist/style.css --minify --postcss",
"build:no": "tailwindcss -i ./style.css -o dist/style.css --postcss",
"test": "vitest",
"test:ci": "vitest run",
"generate:component": "turbo gen react-component",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down
File renamed without changes.

0 comments on commit 1515627

Please sign in to comment.