Skip to content

Commit

Permalink
Fixed api scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 20, 2023
1 parent cdcfbce commit 9d92ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api-scripts/build-apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ app.bootstrap({
name: 'PrimeReact',
entryPoints: [`components/lib`],
entryPointStrategy: 'expand',
tsconfig: 'api-scripts/tsconfig.json',
hideGenerator: true,
excludeExternals: true,
includeVersion: true,
Expand Down
1 change: 1 addition & 0 deletions api-scripts/build-webtypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ app.bootstrap({
name: 'PrimeReact',
entryPoints: [`components/lib`],
entryPointStrategy: 'expand',
tsconfig: 'api-scripts/tsconfig.json',
hideGenerator: true,
excludeExternals: true,
includeVersion: true,
Expand Down

1 comment on commit 9d92ae7

@vercel
Copy link

@vercel vercel bot commented on 9d92ae7 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact-v9 – ./

primereact-v9-git-master-primetek.vercel.app
primereact-v9-primetek.vercel.app

Please sign in to comment.