Skip to content

Commit

Permalink
Upaded release scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
karolkolodziej committed Feb 2, 2023
1 parent ae9c9d1 commit 002de67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "ng test",
"lint": "ng lint highcharts-angular",
"release": "cd ./highcharts-angular && standard-version && cd ../ && node tasks/build.js && node tasks/release.js",
"release-minor": "cd ./highcharts-angular && standard-version --release-as minor && cd ../ && node tasks/build.js && node tasks/release.js",
"release-major": "cd ./highcharts-angular && standard-version --release-as major && cd ../ && node tasks/build.js && node tasks/release.js",
"e2e": "ng e2e"
},
Expand Down

0 comments on commit 002de67

Please sign in to comment.