Skip to content

Commit

Permalink
fix: prevent duplication docs directory in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Oct 31, 2024
1 parent b410cac commit 28d5b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/soft-beans-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion apps/overige-objecten-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prebuild": "yarn clean && yarn generate-types",
"build": "npm-run-all --parallel build:*",
"build:server": "tsc -p ./tsconfig.json",
"build:openapi": "mkdir -p dist/src/docs && cp -R src/docs/ dist/src/docs/",
"build:openapi": "mkdir -p dist/src/docs && cp -R src/docs/* dist/src/docs/",
"watch": "tsc -p ./tsconfig.json -w",
"start": "NODE_ENV=production node ./dist/src/server.js",
"dev": "NODE_ENV=development nodemon src/server.ts",
Expand Down

0 comments on commit 28d5b1d

Please sign in to comment.