1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

use module

This commit is contained in:
shimataro 2023-10-10 16:22:19 +09:00
parent 31d4b8b483
commit 83659583bf
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
6 changed files with 434 additions and 284 deletions

View file

@ -9,7 +9,7 @@
"npm": ">=5.7.0"
},
"scripts": {
"build": "ncc build src/main.ts -o lib",
"build": "ncc build src/index.ts -o lib",
"check-updates": "ncu",
"lint": "run-p lint:*",
"lint:ts": "eslint ./src --ext .ts",