add package ci

This commit is contained in:
Hugo Renard 2022-03-10 15:37:18 +01:00
parent 4542617494
commit bd88cd67e7
Signed by: hougo
GPG key ID: 3A285FD470209C59
4 changed files with 6014 additions and 1 deletions

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
package:
image:
name: node:17
script:
- npm ci
- npm run package
artifacts:
paths:
- dist/
only:
- main

View file

@ -1,3 +1,3 @@
{
"trailingComma": "all"
}
}

5998
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",