We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91889c commit 507d936Copy full SHA for 507d936
2 files changed
.github/workflows/run-tests.yml
@@ -2,11 +2,8 @@ name: Run Tests
2
on:
3
pull_request:
4
types: [opened, synchronize]
5
- paths:
6
- - packages/**
7
push:
8
9
+ branches: ["main"]
10
jobs:
11
run-tests:
12
runs-on: ubuntu-latest
package.json
@@ -4,9 +4,9 @@
"packageManager": "pnpm@9.15.4",
"scripts": {
"docs:start": "pnpm -F docs start",
- "pkg:test": "pnpm -r test",
- "pkg:check": "pnpm -r check",
- "pkg:lint": "pnpm -r lint"
+ "test": "pnpm -r test",
+ "check": "pnpm -r check",
+ "lint": "pnpm -r lint"
},
"dependencies": {
0 commit comments