Skip to content

Commit

Permalink
Merge pull request #1280 from rharkor/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rharkor authored Sep 3, 2024
2 parents 4e0d371 + 927df05 commit fe3abf2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@
}
}
],
"@semantic-release/github",
[
"@semantic-release/github",
{
"successCommentCondition": "<% return issue.user.type !== 'Bot'; %>"
}
],
"@semantic-release/git",
"@semantic-release/changelog"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@
}
}
],
"@semantic-release/github",
[
"@semantic-release/github",
{
"successCommentCondition": "<% return issue.user.type !== 'Bot'; %>"
}
],
"@semantic-release/git",
"@semantic-release/changelog"
]
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"scripts": {
"build": "npm run -s build:app && pkgroll && npm run -s copy-app",
"build": "npm run -s build:app && pkgroll --export-condition=node --conditions=node --clean-dist && npm run -s copy-app",
"build:app": "cd src/app && next build",
"copy-app": "rm -rf dist/app && mkdir -p dist/app/.next && cp -r src/app/public dist/app/public && cp -r src/app/.next/standalone/packages/cli/src/app/* dist/app && cp -r src/app/.next/standalone/packages/cli/src/app/.next dist/app && cp -r src/app/.next/static dist/app/.next/static",
"start-app": "cd dist/app && cross-env HOSTNAME=\"0.0.0.0\" node server.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"monorepo",
"nextjs"
],
"homepage": "https://github.com/rharkor/next-boilerplate",
"homepage": "https://github.com/rharkor/next-boilerplate/tree/main/packages/cli",
"author": "HUORT Louis (https://louis.huort.com)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -137,4 +137,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit fe3abf2

Please sign in to comment.