We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fbb23 commit 221a7fbCopy full SHA for 221a7fb
web/common/package.json
@@ -110,7 +110,7 @@
110
"build-storybook": "storybook build",
111
"build:css": "tailwindcss -i ./src/styles/index.css -o ./dist/styles/tailwind.min.css --minify",
112
"build:storybook": "storybook build",
113
- "ci": "pnpm test && pnpm run syncpack && pnpm run lint && pnpm run build",
+ "ci": "pnpm run syncpack && pnpm run lint && pnpm run build",
114
"dev": "storybook dev -p 6006",
115
"lint": "eslint --max-warnings 0 --fix src",
116
"storybook": "storybook dev -p 6006",
@@ -124,4 +124,4 @@
124
},
125
"type": "module",
126
"types": "dist/index.d.ts"
127
-}
+}
0 commit comments