Skip to content

Commit

Permalink
change script on package
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Oct 20, 2023
1 parent 50a451f commit 7b60180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.16.3",
"scripts": {
"ng": "ng",
"prepare": "npm run build && cd dist/ion-calendar && npm link && cd ../../projects/demo && npm link @heliomarpm/ion-calendar",
"uplink": "npm run build && cd dist/ion-calendar && npm link && cd ../../projects/demo && npm link @heliomarpm/ion-calendar",
"build": "ng build ion-calendar",
"build:demo": "ng build demo",
"package": "npm run build && cd dist/ion-calendar && npm pack",
Expand Down Expand Up @@ -42,4 +42,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.3"
}
}
}

0 comments on commit 7b60180

Please sign in to comment.