|
4 | 4 | "license": "MIT", |
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 | | - "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", |
10 | | - "auto-fix-deps": "bun scripts/auto-fix-deps.mjs", |
| 7 | + "build": "bun unlink-all && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier", |
| 8 | + "build:affected": " nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions", |
11 | 9 | "check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions", |
12 | 10 | "validate": "npm run check-deps && npm run build", |
13 | 11 | "test:local": "node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/test.mjs", |
14 | 12 | "test:unit": "npx nx run-many --target=test", |
15 | 13 | "test:unit:watch": "npx nx run-many --target=test --watch", |
16 | 14 | "show:affected": "npx nx show projects --affected --uncommitted", |
17 | | - "build:tinny": "node ./local-tests/build.mjs", |
18 | | - "publish:tinny": "cd ./local-tests && npm publish", |
19 | 15 | "gen:local-network-context": "bun run packages/networks/src/networks/vNaga/envs/naga-local/scripts/00-generate-abi-signatures.ts", |
20 | | - "gen:docs": "node ./tools/scripts/gen-doc.mjs", |
21 | | - "gen:readme": "node ./tools/scripts/gen-readme.mjs", |
22 | 16 | "prettier": "npx nx format:write --all", |
23 | 17 | "format:check": "npx nx format:check --all", |
24 | 18 | "link-all": "for dir in packages/*/; do echo \"Linking in $dir\"; (cd \"$dir\" && bun link) || { echo \"ERROR: Failed to link in $dir\"; exit 1; }; done", |
|
0 commit comments