Skip to content

Commit

Permalink
fix(identity): incorrect build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samternent committed Apr 17, 2021
1 parent 8863726 commit f8a8221
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 @@ -12,7 +12,7 @@
"build:identity": "yarn workspace @concords/identity build",
"build:core": "yarn workspace @concords/core build",
"build:ledger": "yarn workspace @concords/ledger build",
"release:identity": "yarn workspace @concords/core semantic-release",
"release:identity": "yarn workspace @concords/identity semantic-release",
"release:core": "yarn workspace @concords/core semantic-release",
"release:ledger": "yarn workspace @concords/ledger semantic-release",
"build": "yarn build:identity && yarn build:core && yarn build:ledger",
Expand Down

2 comments on commit f8a8221

@vercel
Copy link

@vercel vercel bot commented on f8a8221 Apr 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f8a8221 Apr 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ledger – ./packages/assets

ledger-git-main-teamconcords.vercel.app
ledger-lemon.vercel.app
ledger-teamconcords.vercel.app

Please sign in to comment.