Skip to content

Commit

Permalink
Remove build script; we don't expect this to work currently
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Sep 7, 2024
1 parent ff35148 commit c7db92d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"scripts": {
"test": "jest",
"build": "pnpm run build:clean && pnpm run build:tsc && pnpm run build:copy",
"build:clean": "rm -rf ./dist",
"build:tsc": "tsc --project tsconfig.build.json",
"build:copy": "cp package.json LICENSE.md README.md dist",
Expand Down

0 comments on commit c7db92d

Please sign in to comment.