feat(ci): Add Gitea workflows for build and release.
This commit is contained in:
16
package.json
16
package.json
@@ -11,9 +11,9 @@
|
||||
"tsrun": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(tsbuild && node ./cli.js test/test.js sayhello)",
|
||||
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
||||
"format": "(gitzone format)",
|
||||
"build": "(tsbuild)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -43,5 +43,13 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
]
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/gitzone/tsrun.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/gitzone/tsrun/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/gitzone/tsrun#readme"
|
||||
}
|
Reference in New Issue
Block a user