Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Aug 9, 2024
1 parent 1d09d06 commit d1d4167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: pnpm install --frozen-lockfile
- run: pnpm lerna run build --since origin/master
- run: pnpm lerna run build --since origin/master --ignore @turf/turf
- run: git diff --exit-code
- run: pnpm lerna run lint --since origin/master
- run: pnpm lerna run lint
- run: pnpm lerna run test --since origin/master
# note: does not run last-checks
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"targetDefaults": {
"build": {
"dependsOn": [],
"dependsOn": ["^build"],
"inputs": [
"default",
"{workspaceRoot}/tsup.config.ts",
Expand Down

0 comments on commit d1d4167

Please sign in to comment.