Skip to content

Commit

Permalink
CF fixes
Browse files Browse the repository at this point in the history
Signed-off-by: gpbl <[email protected]>
  • Loading branch information
gpbl committed Mar 2, 2024
1 parent 4008c94 commit 1b54ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
}
},
"scripts": {
"build-typedoc-theme": "rm -rf ./typedoc-theme/dist && tsc -p ./typedoc-theme/tsconfig.json && cp -R ./typedoc-theme/src/resources ./typedoc-theme/dist",
"prepublish": "pnpm build",
"build-website": "pnpm run build && pnpm --filter website run build",
"build:cjs": "tsc --project tsconfig-cjs.json",
"build-typedoc-theme": "rm -rf ./typedoc-theme/dist && tsc -p ./typedoc-theme/tsconfig.json && cp -R ./typedoc-theme/src/resources ./typedoc-theme/dist",
"build:esm": "tsc --project tsconfig-esm.json",
"build": "pnpm build:cjs && pnpm build:esm",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --port 2001",
"build": "next build",
"build": "pnpm --filter . run build && next build",
"start": "next start --port 2000",
"lint": "next lint"
},
Expand Down

0 comments on commit 1b54ae8

Please sign in to comment.