Skip to content

Commit

Permalink
Build Angular Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fyi committed Dec 8, 2020
1 parent 099ff33 commit 3d31f62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:

- name: Install Dependancies [npm ci]
run: npm ci

- name: Install Dependancies [npm ci]
run: npm ci

- name: Build Angular Library [ng build --prod]
run: ng build --prod

- name: Publish Package [npm publish]
run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ortsarchiv-gemeinlebarn/library",
"version": "0.1.0",
"version": "0.1.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -57,4 +57,4 @@
"url": "https://github.com/JakobVesely/ortsarchiv-gemeinlebarn-library/issues"
},
"homepage": "https://github.com/JakobVesely/ortsarchiv-gemeinlebarn-library#readme"
}
}

0 comments on commit 3d31f62

Please sign in to comment.