Skip to content

Commit 16973a6

Browse files
committed
create patch for tsFull dynamically instead of storing huge patch in repo
1 parent b00a526 commit 16973a6

File tree

4 files changed

+42
-1455
lines changed

4 files changed

+42
-1455
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin",
105105
"integration-test": "node integration/prerun.mjs && tsc -p tsconfig.test.json && node testsOut/runTests.js",
106106
"integration-test:watch": "chokidar \"integration/**\" -c \"pnpm integration-test\" --initial",
107-
"postinstall": "patch-package"
107+
"postinstall": "patch-package && tsm ./typescript/scripts/patchModules.ts"
108108
},
109109
"devDependencies": {
110110
"@milahu/patch-package-with-pnpm-support": "^6.4.8",
@@ -123,7 +123,8 @@
123123
"vite": "^4.1.1",
124124
"vitest": "^0.26.0",
125125
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
126-
"vscode-manifest": "^0.0.4"
126+
"vscode-manifest": "^0.0.4",
127+
"tsm": "^2.3.0"
127128
},
128129
"pnpm": {
129130
"overrides": {

0 commit comments

Comments
 (0)