Skip to content

Commit 221a7fb

Browse files
committed
remove command
1 parent a6fbb23 commit 221a7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"build-storybook": "storybook build",
111111
"build:css": "tailwindcss -i ./src/styles/index.css -o ./dist/styles/tailwind.min.css --minify",
112112
"build:storybook": "storybook build",
113-
"ci": "pnpm test && pnpm run syncpack && pnpm run lint && pnpm run build",
113+
"ci": "pnpm run syncpack && pnpm run lint && pnpm run build",
114114
"dev": "storybook dev -p 6006",
115115
"lint": "eslint --max-warnings 0 --fix src",
116116
"storybook": "storybook dev -p 6006",
@@ -124,4 +124,4 @@
124124
},
125125
"type": "module",
126126
"types": "dist/index.d.ts"
127-
}
127+
}

0 commit comments

Comments
 (0)