|
5 | 5 | "scripts": { |
6 | 6 | "reset": "bun unlink-all && rimraf dist node_modules doc tmp yarn-error.log yarn.lock package-lock.json bun.lockb learn-debug.log tmp .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules", |
7 | 7 | "go": "bun run build && bun link-all", |
8 | | - "build": "bun unlink-all && bun scripts/auto-fix-deps.mjs && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier", |
9 | | - "build:affected": "bun scripts/auto-fix-deps.mjs && nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions", |
| 8 | + "build": "bun unlink-all && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier", |
| 9 | + "build:affected": "nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions", |
10 | 10 | "auto-fix-deps": "bun scripts/auto-fix-deps.mjs", |
11 | 11 | "check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions", |
12 | 12 | "validate": "npm run check-deps && npm run build", |
|
16 | 16 | "show:affected": "npx nx show projects --affected --uncommitted", |
17 | 17 | "build:tinny": "node ./local-tests/build.mjs", |
18 | 18 | "publish:tinny": "cd ./local-tests && npm publish", |
19 | | - "gen:local-network-context": "bun run packages/networks/src/networks/vNaga/envs/naga-local/scripts/00-generate-abi-signatures.ts", |
| 19 | + "gen:local-network-context": "NETWORK_NAME=naga-develop DIRECTORY_NAME=naga-local bun run packages/networks/src/networks/vNaga/shared/scripts/generate-abi-signatures.ts", |
20 | 20 | "gen:docs": "node ./tools/scripts/gen-doc.mjs", |
21 | 21 | "gen:readme": "node ./tools/scripts/gen-readme.mjs", |
22 | 22 | "prettier": "npx nx format:write --all", |
|
0 commit comments