Skip to content

Commit 64fae61

Browse files
committed
remove "pnpm tsc " to be more agent friendly
1 parent 1de8a3c commit 64fae61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
"preinstall": "npx only-allow pnpm",
173173
"build": "rm -rf dist && pnpm i18n:compile && NODE_OPTIONS=--max-old-space-size=8192 tsc --build && coffee -m -c -o dist/ .",
174174
"build-coffee": "pnpm exec coffee -m -c -o dist/ .",
175-
"tsc": "NODE_OPTIONS=--max-old-space-size=8192 ../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput ",
176175
"test": "jest",
177176
"depcheck": "pnpx depcheck --ignores cspell,@cspell/dict-typescript,events,@formatjs/cli | grep -Ev '\\.coffee|coffee$'",
178177
"prepublishOnly": "pnpm test",

0 commit comments

Comments
 (0)