-
- Downloads
Merge branch '3-add-ci' into 'master'
Resolve "Add CI" Closes #3 See merge request kypo-crp/frontend-angular/models/kypo2-angular-topology-model!5
No related branches found
No related tags found
.gitlab-ci.yml
0 → 100644
| { | { | ||
| "name": "kypo2-topology-graph-model", | "name": "kypo2-topology-graph-model", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "author": "Martin Hamerník <445720@mail.muni.cz>", | |||
| "description": "Common model of graph topology in its latest form (from Python API)", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://gitlab.ics.muni.cz/kypo2/frontend-new/kypo2-angular-topology-model" | |||
| }, | |||
| "homepage": "https://gitlab.ics.muni.cz/kypo2/frontend-new/kypo2-angular-topology-model", | |||
| "scripts": { | "scripts": { | ||
| "ng": "ng", | "ng": "ng", | ||
| "start": "ng serve", | "start": "ng serve", | ||
| ... | @@ -17,8 +10,7 @@ | ... | @@ -17,8 +10,7 @@ |
| "e2e": "ng e2e", | "e2e": "ng e2e", | ||
| "build-library": "ng build --prod kypo2-topology-graph-model", | "build-library": "ng build --prod kypo2-topology-graph-model", | ||
| "pack": "cd dist/kypo2-topology-graph-model && npm pack", | "pack": "cd dist/kypo2-topology-graph-model && npm pack", | ||
| "generate-package": "npm install && npm run build-library && npm run pack", | "build-and-pack": "npm install && npm run build-library && npm run pack" | ||
| "publish": "npm run generate-package && cd dist/kypo2-topology-graph-model && npm publish --registry=http://kypo-storage.ics.muni.cz:8081/repository/npm-hosted" | |||
| }, | }, | ||
| "husky": { | "husky": { | ||
| "hooks": { | "hooks": { | ||
| ... | ... |
Please register or sign in to comment