mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Use TypeScript
This commit is contained in:
parent
83e4cfe60a
commit
2adb4f3620
4 changed files with 149 additions and 59 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.js",
|
||||
"build": "ncc build src/main.ts",
|
||||
"precommit": "npm run build && git add dist/"
|
||||
},
|
||||
"author": "GitHub",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue