Skip to content

Commit

Permalink
Add publish script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen77sk committed Aug 15, 2024
1 parent 2b34c3a commit 4938aba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test-lib": "ng test ngx-touch-keyboard --watch=false --browsers=ChromeHeadless",
"test-demo": "ng test angular-touch-keyboard --watch=false --browsers=ChromeHeadless",
"build-lib": "ng build ngx-touch-keyboard && cp -v README.md dist/ngx-touch-keyboard/",
"build-demo": "npm run build-lib && ng build --base-href /angular-touch-keyboard/"
"build-demo": "npm run build-lib && ng build --base-href /angular-touch-keyboard/",
"publish-win": "ng build ngx-touch-keyboard && copy \"README.md\" \"dist/ngx-touch-keyboard/\" && cd \"dist/ngx-touch-keyboard\" && npm publish"
},
"dependencies": {
"@angular/animations": "^16.0.4",
Expand Down Expand Up @@ -40,4 +41,4 @@
"ng-packagr": "^16.0.1",
"typescript": "~5.0.4"
}
}
}

0 comments on commit 4938aba

Please sign in to comment.