Skip to content

Commit

Permalink
display output from yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Oct 30, 2023
1 parent 849bfa6 commit 4a134c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"scripts": {
"prepare": "corepack yarn workspace types run build",
"start": "WS_USE_PROXY=1 corepack yarn workspaces foreach -Apt run start",
"build": "corepack yarn workspaces foreach -Apt run build",
"start": "WS_USE_PROXY=1 corepack yarn workspaces foreach -Aipt run start",
"build": "corepack yarn workspaces foreach -Aipt run build",
"start:prod": "corepack yarn workspace @filedrop/ws run start:prod",
"test": "vitest",
"lint": "corepack yarn workspaces foreach -Apt run lint"
"lint": "corepack yarn workspaces foreach -Aipt run lint"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4a134c9

Please sign in to comment.