Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlenkov committed Nov 20, 2024
1 parent 8c66b80 commit 6688f19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/cf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "cf-api-client",
"version": "0.0.1",
"dependencies": {},
"dependencies": {
"axios": "^1.7.7",
"qs": "^6.13.1"
},
"main": "./index.cjs",
"module": "./index.js"
}
2 changes: 1 addition & 1 deletion packages/cf/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = withNx(
main: './src/index.ts',
outputPath: '../../dist/packages/cf',
tsConfig: './tsconfig.lib.json',
compiler: 'swc',
compiler: 'tsc',
format: ['cjs', 'esm'],
assets: [{ input: '.', output: '.', glob: '*.md' }],
},
Expand Down
2 changes: 1 addition & 1 deletion samples/cds/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"reportsDirectory": "../../coverage/samples/cds"
}
},
"build": {
"build-abap": {
"executor": "@abapify/nx:cds2abap",
"options": {
"model": "@samples/projects",
Expand Down

0 comments on commit 6688f19

Please sign in to comment.