chore: don't emit on when typechecking spartan-ecdsa-worker (#385)

* reorder/rename scripts

* bump pnpm-lock.yaml

* fix: don't emit on when typechecking spartan-ecdsa-worker
This commit is contained in:
sripwoud
2024-03-06 21:29:40 +01:00
committed by GitHub
parent 94f0790d00
commit b070f8442a
4 changed files with 2262 additions and 2140 deletions

View File

@@ -45,6 +45,7 @@
"build.docker.query": "docker build -f query-api/Dockerfile . -t query-api",
"build.docker.ui": "docker build -f ui/Dockerfile . -t anonklub-ui",
"build.pkgs": "turbo --filter=// --filter='./pkgs/*' build _compile",
"build.ui":"pnpm --filter @anonklub/ui build",
"clean": "find . \\( -name 'node_modules' -o -name 'dist' -o -name 'next' \\) -type d -prune -exec rm -rf '{}' +",
"compile": "turbo _compile",
"fix": "turbo _format.fix _lint.fix",
@@ -61,8 +62,7 @@
"prepare": "is-ci || husky install",
"publish.pkgs": "pnpm build.pkgs && changeset version && changeset publish",
"start.query-api": "pnpm --filter query-api start.dev",
"ui.dev":"pnpm --filter @anonklub/ui dev",
"ui.build":"pnpm --filter @anonklub/ui build",
"start.ui":"pnpm --filter @anonklub/ui dev",
"test": "turbo _test",
"test.watch": "jest --watch",
"typecheck": "turbo typecheck",
@@ -77,4 +77,4 @@
"test",
"ui"
]
}
}

View File

@@ -5,10 +5,7 @@
"moduleResolution": "Node",
"noUncheckedIndexedAccess": false,
"strictPropertyInitialization": false,
"lib": ["webWorker", "DOM"],
"paths": {
"@anonklub/merkle-tree-wasm": ["../merkle_tree_wasm/dist"]
}
"lib": ["webWorker", "DOM"]
},
"include": ["src"]
}

View File

@@ -5,8 +5,7 @@
"moduleResolution": "Node",
"noUncheckedIndexedAccess": false,
"strictPropertyInitialization": false,
"lib": ["webWorker", "DOM"],
"noEmit": false
"lib": ["webWorker", "DOM"]
},
"include": ["src"]
}

4388
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff