Skip to content

Commit

Permalink
fix: missing tsconfig during runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jan 26, 2025
1 parent c38be98 commit c10db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest",
"test:cov": "jest --coverage",
"build": "tsc -p tsconfig.cjs.json",
"tsc:cp:files": "cp ./readme.md ./package*.json ./out/ && cp -R ./media ./out/",
"tsc:cp:files": "cp ./readme.md ./package*.json ./tsconfig.cjs.json ./out/ && cp -R ./media ./out/",
"swc:build": "swc src --out-dir out",
"swc:build:link": "npm run prepack && npm run cp:files && npm link ./out/src",
"swc:gen:types": "tsc -p tsconfig.cjs.json --declaration --emitDeclarationOnly",
Expand Down

0 comments on commit c10db47

Please sign in to comment.