Added missing dist folder with action executable nodejs script.
Some checks failed
Test Action / test (push) Failing after 46s
Some checks failed
Test Action / test (push) Failing after 46s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "A GitHub Action to download a tool",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --target=node24 --outfile=dist/index.js --sourcemap",
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --target=node24 --outfile=dist/index.js --minify",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user