mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Fix pack step and re-run
This commit is contained in:
parent
05997a2463
commit
8934ce0ffe
2 changed files with 9236 additions and 9269 deletions
18501
dist/index.js
vendored
18501
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -38,7 +38,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"pack": "ncc build",
|
"pack": "ncc build lib/main.js",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue