Skip to content

Commit

Permalink
Build fix (#104)
Browse files Browse the repository at this point in the history
* 2.12.17

* Fix build issues
drizzentic authored Apr 4, 2022
1 parent 919215a commit 8005f8c
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-openmrs-formentry",
"name": "@ampath-kenya/ngx-openmrs-formentry",
"main": "ngx-openmrs-formentry/dist/ngx-formentry",
"version": "2.12.9",
"version": "2.12.17",
"scripts": {
"ng": "ng",
"start": "ng serve",
4 changes: 2 additions & 2 deletions projects/ngx-formentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-openmrs-formentry",
"version": "2.12.9",
"name": "@ampath-kenya/ngx-openmrs-formentry",
"version": "2.12.17",
"peerDependencies": {
"@angular/common": "^6.1.0",
"@angular/core": "^6.1.0",
3 changes: 1 addition & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ng build --prod ngx-formentry
sed -i -e 's/ngx-openmrs-formentry/ngx-openmrs-formentry\/dist\/ngx-formentry/g' ./dist/ngx-formentry/ngx-openmrs-formentry.metadata.json
ng build --prod ngx-formentry

0 comments on commit 8005f8c

Please sign in to comment.