Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .env.ci

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

28 changes: 0 additions & 28 deletions examples/src/eoa-native-auth-flow.ts

This file was deleted.

144 changes: 0 additions & 144 deletions examples/src/release-verification-example.ts

This file was deleted.

6 changes: 0 additions & 6 deletions lerna.json

This file was deleted.

7 changes: 1 addition & 6 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
},
"targetDefaults": {
"build": {
"dependsOn": ["auto-fix-deps", "^build"],
"dependsOn": ["^build"],
"cache": true
},
"auto-fix-deps": {
"cache": true,
"inputs": ["{projectRoot}/src/**/*", "{projectRoot}/package.json"],
"outputs": ["{projectRoot}/package.json"]
},
"check-deps": {
"executor": "nx:run-commands",
"options": {
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@
"license": "MIT",
"scripts": {
"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",
"go": "bun run build && bun link-all",
"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",
"build:affected": "bun scripts/auto-fix-deps.mjs && nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions",
"auto-fix-deps": "bun scripts/auto-fix-deps.mjs",
"build": "bun unlink-all && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier",
"build:affected": " nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions",
"check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions",
"validate": "npm run check-deps && npm run build",
"test:local": "node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/test.mjs",
"test:unit": "npx nx run-many --target=test",
"test:unit:watch": "npx nx run-many --target=test --watch",
"show:affected": "npx nx show projects --affected --uncommitted",
"build:tinny": "node ./local-tests/build.mjs",
"publish:tinny": "cd ./local-tests && npm publish",
"gen:local-network-context": "bun run packages/networks/src/networks/vNaga/envs/naga-local/scripts/00-generate-abi-signatures.ts",
"gen:docs": "node ./tools/scripts/gen-doc.mjs",
"gen:readme": "node ./tools/scripts/gen-readme.mjs",
"prettier": "npx nx format:write --all",
"format:check": "npx nx format:check --all",
"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",
Expand Down
6 changes: 0 additions & 6 deletions packages/networks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"command": "depcheck"
}
},
"auto-fix-deps": {
"executor": "nx:run-commands",
"options": {
"command": "echo 'Dependencies auto-fixed by global script'"
}
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
Expand Down
121 changes: 0 additions & 121 deletions tools/scripts/gen-doc.mjs

This file was deleted.

Loading
Loading