We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b805f6e commit 113d95aCopy full SHA for 113d95a
2 files changed
package.json
@@ -13,7 +13,7 @@
13
"prepare": "husky",
14
"build:docs": "cd packages/docs && npm run build",
15
"build:widget": "cd packages/react-micro-carousel && npm run build:lib",
16
- "test:widget": "cd packages/react-micro-carousel && npm run test",
+ "test:widget": "cd packages/react-micro-carousel && npm run test:ci",
17
"tsc:widget": "cd packages/react-micro-carousel && npm run tsc",
18
"format": "prettier --write .",
19
"format:ci": "prettier --check .",
packages/react-micro-carousel/package.json
@@ -30,7 +30,7 @@
30
"scripts": {
31
"dev": "vite",
32
"test": "vitest",
33
- "test:lint": "vitest --watch=false",
+ "test:ci": "vitest --watch=false",
34
"build": "vite build",
35
"preview": "vite preview",
36
"tsc": "tsc --noEmit",
0 commit comments