Skip to content

Commit

Permalink
🐛 FIX: fix bump packages version FINALLY!
Browse files Browse the repository at this point in the history
  • Loading branch information
zainzafar90 committed Sep 26, 2021
1 parent 238349d commit 03a47b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:lib": "ng build ng-switchery-ios",
"deploy": "npx angular-cli-ghpages --dir=dist/demo",
"publish": "npm publish ./dist/angular-switchery-ios",
"version": "cd ng-switchery-ios && npm version patch && cd ../",
"version": "cd projects/ng-switchery-ios && npm version patch && cd ../../",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
Expand Down

0 comments on commit 03a47b1

Please sign in to comment.