mirror of
https://github.com/actions/typescript-action.git
synced 2026-01-09 19:03:38 +08:00
Add @github/local-action and documentation
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"format:write": "npx prettier --write .",
|
||||
"format:check": "npx prettier --check .",
|
||||
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
|
||||
"local-action": "npx local-action . src/main.ts .env",
|
||||
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
|
||||
"package:watch": "npm run package -- --watch",
|
||||
"test": "npx jest",
|
||||
@@ -69,6 +70,7 @@
|
||||
"@actions/core": "^1.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@github/local-action": "^2.1.2",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^22.5.2",
|
||||
|
||||
Reference in New Issue
Block a user