Skip to content

Commit d1d4167

Browse files
committed
more tweaks
1 parent 1d09d06 commit d1d4167

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/turf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
node-version: ${{ matrix.node-version }}
3535

3636
- run: pnpm install --frozen-lockfile
37-
- run: pnpm lerna run build --since origin/master
37+
- run: pnpm lerna run build --since origin/master --ignore @turf/turf
3838
- run: git diff --exit-code
39-
- run: pnpm lerna run lint --since origin/master
39+
- run: pnpm lerna run lint
4040
- run: pnpm lerna run test --since origin/master
4141
# note: does not run last-checks

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"targetDefaults": {
1111
"build": {
12-
"dependsOn": [],
12+
"dependsOn": ["^build"],
1313
"inputs": [
1414
"default",
1515
"{workspaceRoot}/tsup.config.ts",

0 commit comments

Comments
 (0)