Skip to content

Commit

Permalink
feat: try to fix hb-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 3, 2024
1 parent 4e7d8ea commit 2c72797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"keys": "pnpm run keys:access && pnpm run keys:refresh",
"keys:access": "openssl genrsa -out keys/access.pem 2048 && openssl rsa -in keys/access.pem -outform PEM -pubout -out keys/access.pem.pub",
"keys:refresh": "openssl genrsa -out keys/refresh.pem 2048 && openssl rsa -in keys/refresh.pem -outform PEM -pubout -out keys/refresh.pem.pub",
"copy:views": "hb-cli copy-views"
"copy:views": "hb-cli copy-views || true"
},
"dependencies": {
"@hikers-book/tsed-common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion api/stages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postinstall": "pnpm run config:api && pnpm run copy:views",
"cleanup": "rm -rf coverage dist",
"cleanup:modules": "rm -rf node_modules",
"copy:views": "hb-cli copy-views"
"copy:views": "hb-cli copy-views || true"
},
"dependencies": {
"@hikers-book/tsed-common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion api/trips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"postinstall": "pnpm run config:api && pnpm run copy:views",
"cleanup": "rm -rf coverage dist",
"cleanup:modules": "rm -rf node_modules",
"copy:views": "hb-cli copy-views"
"copy:views": "hb-cli copy-views || true"
},
"dependencies": {
"@hikers-book/tsed-common": "workspace:*",
Expand Down

0 comments on commit 2c72797

Please sign in to comment.