Improve bitbucket pipeline

This commit is contained in:
Peter Maquiran
2021-07-08 09:43:50 +01:00
parent 817cd650c3
commit 3879a4c5ac
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ pipelines:
- wget -q -O /usr/bin/xvfb-chrome https://bitbucket.org/atlassian/docker-node-chrome-firefox/raw/ff180e2f16ea8639d4ca4a3abb0017ee23c2836c/scripts/xvfb-chrome
- ln -sf /usr/bin/xvfb-chrome /usr/bin/google-chrome
- chmod 755 /usr/bin/google-chrome
- npm install
- npm ci
- ./node_modules/@angular/cli/bin/ng -v
- npm run test
+5
View File
@@ -5345,6 +5345,11 @@
}
}
},
"ci": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ci/-/ci-2.1.1.tgz",
"integrity": "sha512-StBCU1G9zbhgVBqvslvOpT601zme9YfyZaUSjgXCtfnIynPuDBHX85WwnXv5cnh74bYo8S3xfPpI41yk1jZmRw=="
},
"ci-info": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
+1
View File
@@ -55,6 +55,7 @@
"angular-calendar": "^0.28.22",
"angular-tag-cloud-module": "^5.2.2",
"bootstrap": "^4.5.0",
"ci": "^2.1.1",
"cordova": "^10.0.0",
"cordova-plugin-camera": "^5.0.1",
"cordova-plugin-filepath": "^1.5.8",