Skip to content

Commit

Permalink
fix(utils): add utils folder to build script (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
maeertin authored Feb 14, 2024
1 parent 5740f79 commit d73e02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/centra-types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './api'
export * from './models'
export * from './utils'
2 changes: 1 addition & 1 deletion packages/centra-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/noaignite/accelerator/issues"
},
"scripts": {
"build": "mkdir build && cp index.d.ts build/ && cp -a api/ build/api/ && cp -a models/ build/models/ && yarn build:copy-files",
"build": "mkdir build && cp index.d.ts build/ && cp -a api/ build/api/ && cp -a models/ build/models/ && cp -a utils/ build/utils/ && yarn build:copy-files",
"build:copy-files": "node ../../scripts/copy-files.mjs",
"build:docs": "typedoc",
"prebuild": "yarn typecheck && rimraf build",
Expand Down

0 comments on commit d73e02a

Please sign in to comment.