Skip to content

Commit b089b54

Browse files
authored
Merge pull request #262 from contentful/development
release@main []
2 parents d89e9ae + 9bc60c0 commit b089b54

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
7575
- name: NX Release
7676
run: |
77-
npx nx release publish --first-release
77+
npx nx release -y
7878
env:
7979
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
8080

packages/mcp-tools/tsup.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { defineConfig } from 'tsup';
33
export default defineConfig({
44
entry: ['src/index.ts'],
55
format: ['esm'],
6-
dts: false,
7-
sourcemap: true,
6+
dts: {
7+
resolve: true,
8+
},
89
clean: true,
910
shims: true,
1011
});

tsconfig.base.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"compilerOptions": {
3-
"composite": true,
4-
"declarationMap": true,
5-
"emitDeclarationOnly": true,
63
"esModuleInterop": true,
74
"forceConsistentCasingInFileNames": true,
85
"importHelpers": true,

0 commit comments

Comments
 (0)