Skip to content

Commit

Permalink
sprint-38 bug fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Molina <[email protected]>
  • Loading branch information
AlbertoMolinaIoBuilders committed Mar 14, 2024
1 parent c8e9525 commit 1894b5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.16.0",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
Expand Down
2 changes: 1 addition & 1 deletion hashconnect/lib/package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:sdk": "cd sdk && npm run build",
"build:cli": "cd cli && npm run build",
"build:cli:full": "npm run build:backend && npm run build:contracts && npm run build:hashconnect && npm run build:sdk && npm run build:cli",
"build:backend": "cd backend && npm run compile:force",
"build:backend": "cd backend && npm run build",
"build:contracts": "cd contracts && npm run compile:force",
"build:web": "cd web && npm run build",
"build:hashconnect": "cd hashconnect/lib && npm run build",
Expand Down
6 changes: 3 additions & 3 deletions sdk/package-lock.json

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

8 changes: 4 additions & 4 deletions web/package-lock.json

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

0 comments on commit 1894b5b

Please sign in to comment.