Skip to content

Commit 525b6ae

Browse files
feat: build for release
1 parent efa1171 commit 525b6ae

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

README.ja.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -171,28 +171,28 @@ https://github.com/actions/javascript-action
171171
"format": "prettier --write **/*.ts",
172172
"format-check": "prettier --check **/*.ts",
173173
"lint": "eslint src/**/*.ts",
174-
- "pack": "ncc build",
174+
- "package": "ncc build --source-map --license licenses.txt",
175175
- "test": "jest",
176-
- "all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
176+
- "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
177177
+ "test": "jest"
178178
},
179179
```
180180

181181
```diff
182182
"devDependencies": {
183-
"@types/jest": "^24.0.23",
184-
"@types/node": "^12.7.12",
185-
"@typescript-eslint/parser": "^2.8.0",
186-
- "@zeit/ncc": "^0.20.5",
187-
"eslint": "^5.16.0",
188-
"eslint-plugin-github": "^2.0.0",
189-
"eslint-plugin-jest": "^22.21.0",
183+
"@types/jest": "^26.0.10",
184+
"@types/node": "^14.6.0",
185+
"@typescript-eslint/parser": "^3.10.1",
186+
- "@vercel/ncc": "^0.23.0",
187+
"eslint": "^7.7.0",
188+
"eslint-plugin-github": "^4.1.1",
189+
"eslint-plugin-jest": "^23.20.0",
190190
"jest": "^24.9.0",
191-
"jest-circus": "^24.9.0",
192-
"js-yaml": "^3.13.1",
193-
"prettier": "^1.19.1",
194-
"ts-jest": "^24.2.0",
195-
"typescript": "^3.6.4"
191+
"jest-circus": "^26.4.2",
192+
"js-yaml": "^3.14.0",
193+
"prettier": "2.1.1",
194+
"ts-jest": "^24.3.0",
195+
"typescript": "^4.0.2"
196196
}
197197
```
198198

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,28 @@ Since processing by `ncc` is unnecessary, delete the related commands and packag
172172
"format": "prettier --write **/*.ts",
173173
"format-check": "prettier --check **/*.ts",
174174
"lint": "eslint src/**/*.ts",
175-
- "pack": "ncc build",
175+
- "package": "ncc build --source-map --license licenses.txt",
176176
- "test": "jest",
177-
- "all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
177+
- "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
178178
+ "test": "jest"
179179
},
180180
```
181181

182182
```diff
183183
"devDependencies": {
184-
"@types/jest": "^24.0.23",
185-
"@types/node": "^12.7.12",
186-
"@typescript-eslint/parser": "^2.8.0",
187-
- "@zeit/ncc": "^0.20.5",
188-
"eslint": "^5.16.0",
189-
"eslint-plugin-github": "^2.0.0",
190-
"eslint-plugin-jest": "^22.21.0",
184+
"@types/jest": "^26.0.10",
185+
"@types/node": "^14.6.0",
186+
"@typescript-eslint/parser": "^3.10.1",
187+
- "@vercel/ncc": "^0.23.0",
188+
"eslint": "^7.7.0",
189+
"eslint-plugin-github": "^4.1.1",
190+
"eslint-plugin-jest": "^23.20.0",
191191
"jest": "^24.9.0",
192-
"jest-circus": "^24.9.0",
193-
"js-yaml": "^3.13.1",
194-
"prettier": "^1.19.1",
195-
"ts-jest": "^24.2.0",
196-
"typescript": "^3.6.4"
192+
"jest-circus": "^26.4.2",
193+
"js-yaml": "^3.14.0",
194+
"prettier": "2.1.1",
195+
"ts-jest": "^24.3.0",
196+
"typescript": "^4.0.2"
197197
}
198198
```
199199

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v6.0.13","branch":"gh-actions","tags":["test/v6.0.13","test/v6.0","test/v6"],"updated_at":"2020-09-01T08:00:37.503Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v6.0.13","branch":"gh-actions","tags":["test/v6.0.13","test/v6.0","test/v6"],"updated_at":"2020-09-01T08:49:54.988Z"}

0 commit comments

Comments
 (0)