feat(ci): Add GitHub Actions workflows for CI/CD
This commit is contained in:
15
package.json
15
package.json
@@ -11,7 +11,8 @@
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild --web)",
|
||||
"format": "(gitzone format)"
|
||||
"format": "(gitzone format)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.66",
|
||||
@@ -37,5 +38,13 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/social.io/private/interfaces.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/social.io/private/interfaces/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/social.io/private/interfaces#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user