mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Fix build steps
This commit is contained in:
parent
1bc2687309
commit
05997a2463
3 changed files with 7 additions and 2 deletions
|
|
@ -37,7 +37,8 @@
|
|||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts",
|
||||
"build": "tsc",
|
||||
"pack": "ncc build",
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue