updates to get it working again
Publish Action Release / Derive release metadata (push) Successful in 4s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 4s
Publish Action Release / Publish tags (push) Successful in 14s
Publish Bundle Script Action / publish_action (push) Successful in 30s
Publish Action Release / Derive release metadata (push) Successful in 4s
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 4s
Publish Action Release / Publish tags (push) Successful in 14s
Publish Bundle Script Action / publish_action (push) Successful in 30s
This commit is contained in:
@@ -9,7 +9,7 @@ async function main() {
|
|||||||
'src/index.ts'
|
'src/index.ts'
|
||||||
],
|
],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
format: 'cjs',
|
format: 'esm',
|
||||||
minify: production,
|
minify: production,
|
||||||
sourcemap: !production,
|
sourcemap: !production,
|
||||||
sourcesContent: false,
|
sourcesContent: false,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gh-scripting-compiler",
|
"name": "gh-scripting-compiler",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user