chore: remove build:types from firefish-js for now
This commit is contained in:
parent
9e61a6bbe0
commit
3fb388f9b8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "pnpm swc src --out-dir built --source-maps false --copy-files --strip-leading-paths",
|
||||
"build:types": "pnpm tsc --emitDeclarationOnly",
|
||||
"build:debug": "pnpm swc src --out-dir built --source-maps true --copy-files --strip-leading-paths",
|
||||
"watch": "pnpm swc src --out-dir built --source-maps true --copy-files --strip-leading-paths --watch",
|
||||
"lint": "pnpm biome check --apply src",
|
||||
|
|
Loading…
Reference in a new issue