Skip to content

Commit

Permalink
chore: update biuld scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
samternent committed Apr 17, 2021
1 parent fe88e52 commit b012f73
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"packages/*"
],
"scripts": {
"identity:dev": "yarn workspace @concords/identity dev",
"identity:build": "yarn workspace @concords/identity build",
"identity:release": "yarn workspace @concords/core semantic-release",
"core:dev": "yarn workspace @concords/core dev",
"core:build": "yarn workspace @concords/core build",
"core:release": "yarn workspace @concords/core semantic-release",
"ledger:build": "yarn workspace @concords/ledger build",
"ledger:release": "yarn workspace @concords/ledger semantic-release",
"build": "yarn identity:build && yarn core:build && yarn ledger:build",
"dev:identity": "yarn workspace @concords/identity dev",
"dev:core": "yarn workspace @concords/core dev",
"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: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",
"test": "jest",
"release": "yarn identity:release && yarn core:release && yarn ledger:release",
"release": "yarn release:identity && yarn release:core && yarn release:ledger",
"typedoc:build": "yarn build && typedoc"
},
"devDependencies": {
Expand Down

0 comments on commit b012f73

Please sign in to comment.