mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Revert changes to tsc/ncc
This commit is contained in:
parent
9a58186a54
commit
5d879b69aa
4 changed files with 91 additions and 95 deletions
|
|
@ -37,7 +37,7 @@
|
|||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build lib/main.js",
|
||||
"build": "ncc build src/main.ts",
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue