mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Combine build/pack
This commit is contained in:
parent
8934ce0ffe
commit
9a58186a54
2 changed files with 9118 additions and 9119 deletions
18234
dist/index.js
vendored
18234
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -37,8 +37,7 @@
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc && ncc build lib/main.js",
|
||||||
"pack": "ncc build lib/main.js",
|
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue