add package ci
This commit is contained in:
parent
4542617494
commit
bd88cd67e7
4 changed files with 6014 additions and 1 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
package:
|
||||
image:
|
||||
name: node:17
|
||||
script:
|
||||
- npm ci
|
||||
- npm run package
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/
|
||||
only:
|
||||
- main
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"trailingComma": "all"
|
||||
}
|
||||
}
|
||||
|
|
5998
package-lock.json
generated
5998
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"scripts": {
|
||||
"package": "rc-apps package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rocket.chat/apps-cli": "1.9.0",
|
||||
"@rocket.chat/apps-engine": "^1.19.0",
|
||||
"@types/node": "14.14.6",
|
||||
"tslint": "^5.10.0",
|
||||
|
|
Reference in a new issue