still need bundling

This commit is contained in:
Kevin Leung
2025-02-24 16:46:11 +11:00
parent 90563d958f
commit 575165d202
3 changed files with 2861 additions and 1 deletions

2851
build/index.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,11 @@
"name": "setup-lix",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"build": "ncc build src/index.js -o build"
},
"devDependencies": {
"@actions/core": "^1.9.1"
"@actions/core": "^1.9.1",
"@zeit/ncc": "^0.22.3"
}
}

View File

@@ -17,6 +17,11 @@
dependencies:
tunnel "^0.0.6"
"@zeit/ncc@^0.22.3":
version "0.22.3"
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"
integrity sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==
tunnel@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"