Skip to content

Commit

Permalink
build: auto build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
argus-xd authored and KillWolfVlad committed Nov 30, 2022
1 parent 9796c38 commit 0970f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"packages/*"
],
"scripts": {
"build": "yarn packages/dtos run build && yarn packages/client run build && yarn packages/dtosTesting run build && yarn packages/entities run build && yarn packages/migrator run build && yarn packages/app run build",
"build:src": "yarn packages/dtos run build:src && yarn packages/client run build:src && yarn packages/dtosTesting run build:src && yarn packages/entities run build:src && yarn packages/migrator run build:src && yarn packages/app run build:src",
"build": "yarn workspaces foreach --topological-dev --parallel --exclude root run build",
"build:src": "yarn workspaces foreach --topological-dev --parallel --exclude root run build:src",
"postinstall": "(husky install) || true",
"lint": "yarn run lint:eslint && yarn run lint:markdown && yarn run lint:prettier",
"lint:eslint": "eslint --ignore-path ./.gitignore --max-warnings 0 --ext .ts,.js .",
Expand Down

0 comments on commit 0970f01

Please sign in to comment.