Skip to content

Commit cd600e4

Browse files
authored
Merge branch 'naga' into naga_add_hardcoded_keysets
2 parents 3ca956b + a2e3afe commit cd600e4

File tree

10 files changed

+3
-492
lines changed

10 files changed

+3
-492
lines changed

.env.ci

Lines changed: 0 additions & 19 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/src/eoa-native-auth-flow.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/src/release-verification-example.ts

Lines changed: 0 additions & 144 deletions
This file was deleted.

lerna.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

nx.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@
1313
},
1414
"targetDefaults": {
1515
"build": {
16-
"dependsOn": ["auto-fix-deps", "^build"],
16+
"dependsOn": ["^build"],
1717
"cache": true
1818
},
19-
"auto-fix-deps": {
20-
"cache": true,
21-
"inputs": ["{projectRoot}/src/**/*", "{projectRoot}/package.json"],
22-
"outputs": ["{projectRoot}/package.json"]
23-
},
2419
"check-deps": {
2520
"executor": "nx:run-commands",
2621
"options": {

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44
"license": "MIT",
55
"scripts": {
66
"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",
119
"check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions",
1210
"validate": "npm run check-deps && npm run build",
1311
"test:local": "node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/test.mjs",
1412
"test:unit": "npx nx run-many --target=test",
1513
"test:unit:watch": "npx nx run-many --target=test --watch",
1614
"show:affected": "npx nx show projects --affected --uncommitted",
17-
"build:tinny": "node ./local-tests/build.mjs",
18-
"publish:tinny": "cd ./local-tests && npm publish",
1915
"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",
2216
"prettier": "npx nx format:write --all",
2317
"format:check": "npx nx format:check --all",
2418
"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",

packages/networks/project.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
"command": "depcheck"
2222
}
2323
},
24-
"auto-fix-deps": {
25-
"executor": "nx:run-commands",
26-
"options": {
27-
"command": "echo 'Dependencies auto-fixed by global script'"
28-
}
29-
},
3024
"lint": {
3125
"executor": "@nx/linter:eslint",
3226
"outputs": ["{options.outputFile}"],

tools/scripts/gen-doc.mjs

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)