mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Yarn Workspace <3
@n1ru4l @enisdenjo
This commit is contained in:
parent
265313cd8d
commit
6b2e402bd5
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
|||
"test": "jest",
|
||||
"turbo": "env-cmd --silent turbo run",
|
||||
"typecheck": "pnpm turbo typecheck --color",
|
||||
"upload-sourcemaps": "./scripts/upload-sourcemaps.sh"
|
||||
"upload-sourcemaps": "./scripts/upload-sourcemaps.sh",
|
||||
"workspace": "pnpm run --filter $1 $2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue