This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
Overwrites .bin/tsc.cmd #94
Closed
Description
After installing it overwrites node_modules/.bin/tsc.cmd meaning that any script in package.json that just do a tsc, like tests, now picks an old 1.8 version.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\rollup-plugin-typescript\node_modules\typescript\bin\tsc" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\rollup-plugin-typescript\node_modules\typescript\bin\tsc" %*
)
It should leave the original.
Metadata
Metadata
Assignees
Labels
No labels