File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2121 "type" : " module" ,
2222 "main" : " lib/index.js" ,
2323 "scripts" : {
24- "build" : " pnpm build:babel && pnpm build:prepend && tsdown lib-tmp/index.tsx -d lib --target=node22 --format=esm --clean --dts --unbundle " ,
24+ "build" : " pnpm build:babel && pnpm build:prepend && tsdown lib-tmp/index.tsx -d lib --target=node22 --format=esm --clean --dts" ,
2525 "build:babel" : " babel --delete-dir-on-start --copy-files --config-file ./babel-build.config.js --out-dir=lib-tmp --extensions=.tsx --keep-file-extension --ignore='src/**/__tests__/*.tsx' src" ,
2626 "build:fbtee-strings" : " pnpm fbtee manifest && pnpm fbtee collect --pretty --include-default-strings=false --manifest < .src_manifest.json > Strings.json $(find src -type f \\ ! -path '*/__tests__/*' \\ ! -path '*/__mocks__/*') && ./scripts/rewrite-filepaths.ts" ,
2727 "build:prepend" : " node -e \" const file = './lib-tmp/list.tsx'; fs.writeFileSync(file, '// @ts-nocheck\\ n' + fs.readFileSync(file, 'utf8'));\" "
You can’t perform that action at this time.
0 commit comments