Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 19, 2025
1 parent ebfee8c commit acb5fce
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 @@ -21,6 +21,7 @@
"test": "ng test",
"format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\"",
"format:helper": "prettier --ignore-path .gitignore --write \"helper/**/*.+(ts|html)\"",
"format:all": "npm run format && npm run format:helper",
"build:helper": "tsc -p tsconfig-helper.json",
"build:web": "ng build -c production --output-hashing all",
"build:all": "npm run build:helper && npm run build:web",
Expand Down

0 comments on commit acb5fce

Please sign in to comment.