Skip to content

Commit 113d95a

Browse files
committed
fix: test command
1 parent b805f6e commit 113d95a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepare": "husky",
1414
"build:docs": "cd packages/docs && npm run build",
1515
"build:widget": "cd packages/react-micro-carousel && npm run build:lib",
16-
"test:widget": "cd packages/react-micro-carousel && npm run test",
16+
"test:widget": "cd packages/react-micro-carousel && npm run test:ci",
1717
"tsc:widget": "cd packages/react-micro-carousel && npm run tsc",
1818
"format": "prettier --write .",
1919
"format:ci": "prettier --check .",

packages/react-micro-carousel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"scripts": {
3131
"dev": "vite",
3232
"test": "vitest",
33-
"test:lint": "vitest --watch=false",
33+
"test:ci": "vitest --watch=false",
3434
"build": "vite build",
3535
"preview": "vite preview",
3636
"tsc": "tsc --noEmit",

0 commit comments

Comments
 (0)