Add esbuild test project and build-and-release workflow
build-and-release / build (push) Successful in 11s
build-and-release / build (push) Successful in 11s
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "test-runner",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Test project for Gitea Actions runner build & release",
|
||||
"scripts": {
|
||||
"build": "esbuild src/index.js --bundle --platform=node --outfile=dist/app.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.25.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user