We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d4167 commit 1dfbe64Copy full SHA for 1dfbe64
.github/workflows/turf.yml
@@ -36,6 +36,6 @@ jobs:
36
- run: pnpm install --frozen-lockfile
37
- run: pnpm lerna run build --since origin/master --ignore @turf/turf
38
- run: git diff --exit-code
39
- - run: pnpm lerna run lint
+ - run: pnpm run lint
40
- run: pnpm lerna run test --since origin/master
41
# note: does not run last-checks
0 commit comments