Skip to content

Commit

Permalink
update publish files, 1.40.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vid committed Dec 30, 2024
1 parent 1c8a138 commit 142df73
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 45 deletions.
3 changes: 2 additions & 1 deletion modules/out-review/dashboard/web/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const dashboard = {
input: [`./src/dashboard/index.ts`, `./src/dashboard/indexer.ts`],
output: {
sourcemap: true,
dir: `build/dashboard/`,
dir: `build/dashboard`,
},
plugins: [licensed, litcss(), resolve(), typescript({ outputToFilesystem: true, outDir: './build/dashboard' })],
};
Expand All @@ -43,6 +43,7 @@ const reviewer = (dir) => ({
const builds = [dashboard, reviewer('build/reviewer')];
// export DASHBOARD_PREVIEW="$HOME/D/withhaibun/haibun-e2e-tests/reviews/build/reviewer"
if (process.env.DASHBOARD_PREVIEW) {
console.log(`Building for preview at ${process.env.DASHBOARD_PREVIEW}`);
builds.push(reviewer(process.env.DASHBOARD_PREVIEW));
}
export default builds;
4 changes: 2 additions & 2 deletions modules/out-review/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@haibun/out-review",
"type": "module",
"version": "1.40.9",
"version": "1.40.15",
"description": "",
"xfiles": ["build/**", "dashboard/web/build/**", "dashboard/web/public/**"],
"files": ["build/**", "dashboard/web/build/**", "dashboard/web/public/**"],
"bin": { "review-from-saved": "build/review-from-saved.js" },
"main": "build/out-reviews-stepper.js",
"scripts": {
Expand Down
98 changes: 56 additions & 42 deletions package-lock.json

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

0 comments on commit 142df73

Please sign in to comment.