Skip to content

Commit

Permalink
chore: 🤖 (release) add bump version script
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Sep 6, 2022
1 parent cfbce9f commit 899ad47
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 0 deletions.
207 changes: 207 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"bump-version": "rjp package.json version $VERSION",
"copy:readme": "copyfiles ./README.md ./projects/ng-sortgrid",
"copy:styles": "copyfiles -f ./projects/ng-sortgrid/src/lib/ngsg.css ./dist/ng-sortgrid/styles",
"format:check": "prettier --list-different 'projects/**/*.ts'",
Expand Down Expand Up @@ -67,6 +68,7 @@
"ng-packagr": "14.2",
"prettier": "^2.1.1",
"protractor": "~7.0.0",
"replace-json-property": "^1.8.0",
"ts-jest": "^28.0.8",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
Expand Down

0 comments on commit 899ad47

Please sign in to comment.