Skip to content

Commit c794a73

Browse files
committed
1 parent ab40ec1 commit c794a73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
3737
- run: pnpm install
38-
- run: pnpm core test
38+
- run: pnpm lint
39+
- run: pnpm test

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tailwind": "pnpm --filter ui-ingredients-plugin-tailwindcss",
99
"scripts": "pnpm --filter ui-ingredients-scripts",
1010
"website": "pnpm --filter ui-ingredients-website",
11-
"test": "pnpm ui-ingredients test",
11+
"test": "pnpm core test",
1212
"lint": "eslint .",
1313
"format": "prettier --write ."
1414
},

0 commit comments

Comments
 (0)