Skip to content

Commit cc0ba87

Browse files
Merge pull request #207 from technote-space/release/next-v2.1.4
release: v2.1.5
2 parents a814e2e + ee4175c commit cc0ba87

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-config-helper",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Helper for GitHub Action to manage config.",
55
"keywords": [
66
"github",
@@ -31,7 +31,7 @@
3131
"dist"
3232
],
3333
"scripts": {
34-
"build": "tsc && rm -f dist/*.js && rollup -c",
34+
"build": "tsc --emitDeclarationOnly && rollup -c",
3535
"cover": "vitest run --coverage",
3636
"lint": "eslint 'src/**/*.ts' --cache",
3737
"lint:fix": "eslint --fix 'src/**/*.ts'",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@actions/github": "^5.0.3",
4444
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
45-
"@technote-space/github-action-helper": "^5.3.6",
45+
"@technote-space/github-action-helper": "^5.3.7",
4646
"js-yaml": "^4.1.0"
4747
},
4848
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@
212212
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
213213
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
214214

215-
"@technote-space/github-action-helper@^5.3.6":
216-
version "5.3.6"
217-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.3.6.tgz#a5e1e2b3909b457484d7583e20524d468d8b0bdb"
218-
integrity sha512-l4VrHySEftqyqL9sXs3XptcpDsP26Ykbkuu5+tx5areFR+7iBWescHv0g41sIjo7oJVxSj+rlEAolL2wDOaBjQ==
215+
"@technote-space/github-action-helper@^5.3.7":
216+
version "5.3.7"
217+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.3.7.tgz#c960e9259ae6ffa6e0cbce080378e0ce5aaead6f"
218+
integrity sha512-aeB2fqJ1SFHChT2kRSqdjjID8FSwLYXWdo8ePav8i3hJCa6c8v/cZVbug5E5LBwa0e0W6zi08sQTuyzhteImyA==
219219
dependencies:
220220
"@actions/core" "^1.8.2"
221221
"@actions/github" "^5.0.3"

0 commit comments

Comments
 (0)