Skip to content

Commit

Permalink
[css-test-utils] workaround for weird tsc dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed Nov 4, 2024
1 parent 8eb61e5 commit 236a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "test"
},
"scripts": {
"build": "tsc -b .",
"build": "pnpm --package=typescript dlx tsc -b .",
"clean": "rimraf dist tsconfig.tsbuildinfo"
},
"dependencies": {
Expand Down

0 comments on commit 236a8d0

Please sign in to comment.