mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-09 18:07:55 -05:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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
4388
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user