Skip to content

Commit

Permalink
chore: Add @nx/nx-linux-x64-gnu as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jul 15, 2024
1 parent 0717572 commit 42bf827
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 18
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.releases_created }}
- run: npm ci
- run: npm ci --include=optional
if: ${{ steps.release.outputs.releases_created }}
- run: cd packages/core && npm run build
if: ${{ steps.release.outputs.releases_created }}
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"devDependencies": {
"lerna": "^7.1.4",
"nx": "18.3.4"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "18.3.4"
}

}
1 change: 1 addition & 0 deletions packages/core/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ export type {
EditCompletedEvent,
EditCompletedDetail,
} from './foundation/edit-completed-event.js';

0 comments on commit 42bf827

Please sign in to comment.