Skip to content

Commit c668c02

Browse files
committed
chore(package): remove unused go script and clean up documentation generation script
1 parent 1dd6fd3 commit c668c02

File tree

2 files changed

+0
-125
lines changed

2 files changed

+0
-125
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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",
87
"build": "bun unlink-all && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier",
98
"build:affected": " nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions",
109
"check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions",
@@ -13,10 +12,7 @@
1312
"test:unit": "npx nx run-many --target=test",
1413
"test:unit:watch": "npx nx run-many --target=test --watch",
1514
"show:affected": "npx nx show projects --affected --uncommitted",
16-
"build:tinny": "node ./local-tests/build.mjs",
17-
"publish:tinny": "cd ./local-tests && npm publish",
1815
"gen:local-network-context": "bun run packages/networks/src/networks/vNaga/envs/naga-local/scripts/00-generate-abi-signatures.ts",
19-
"gen:docs": "node ./tools/scripts/gen-doc.mjs",
2016
"prettier": "npx nx format:write --all",
2117
"format:check": "npx nx format:check --all",
2218
"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",

tools/scripts/gen-doc.mjs

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

0 commit comments

Comments
 (0)