fix multi package scripts
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@
|
||||
"docs:prod:build:ws": "pnpm run --stream docs:prod:build",
|
||||
"sdk:build": "./sdk/typescript/scripts/build-prod-sdk.sh",
|
||||
"sdk:publish": "./sdk/typescript/scripts/publish.sh",
|
||||
"lint": "pnpm run --stream lint",
|
||||
"lint:fix": "pnpm run --stream lint:fix",
|
||||
"tsc": "pnpm run --stream tsc",
|
||||
"lint": "pnpm -r run --stream lint",
|
||||
"lint:fix": "pnpm -r run --stream lint:fix",
|
||||
"tsc": "pnpm -r run --stream tsc",
|
||||
"types:lint:fix": "pnpm run lint:fix --filter @nymproject/types --filter @nymproject/nym-wallet-app",
|
||||
"audit:fix": "npm_config_yes=true npx yarn-audit-fix -- --dry-run",
|
||||
"dev:on": "node sdk/typescript/scripts/dev-mode-add.mjs",
|
||||
|
||||
@@ -7,5 +7,4 @@ packages:
|
||||
- sdk/typescript/packages/validator-client
|
||||
- ts-packages/**
|
||||
- explorer-nextjs
|
||||
- types
|
||||
- clients/validator
|
||||
|
||||
Reference in New Issue
Block a user