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 1d09d06 commit d1d4167Copy full SHA for d1d4167
.github/workflows/turf.yml
@@ -34,8 +34,8 @@ jobs:
34
node-version: ${{ matrix.node-version }}
35
36
- run: pnpm install --frozen-lockfile
37
- - run: pnpm lerna run build --since origin/master
+ - run: pnpm lerna run build --since origin/master --ignore @turf/turf
38
- run: git diff --exit-code
39
- - run: pnpm lerna run lint --since origin/master
+ - run: pnpm lerna run lint
40
- run: pnpm lerna run test --since origin/master
41
# note: does not run last-checks
nx.json
@@ -9,7 +9,7 @@
9
},
10
"targetDefaults": {
11
"build": {
12
- "dependsOn": [],
+ "dependsOn": ["^build"],
13
"inputs": [
14
"default",
15
"{workspaceRoot}/tsup.config.ts",
0 commit comments