Skip to content

Commit 432516e

Browse files
committed
fixup! Fix build and export issues in rush-lib.
1 parent 104949a commit 432516e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/rush-lib/config/heft.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"tasksByName": {
1515
"copy-mock-flush-telemetry-plugin": {
16-
"taskDependencies": ["typescript"],
16+
"taskDependencies": ["transpile"],
1717
"taskPlugin": {
1818
"pluginPackage": "@rushstack/heft",
1919
"pluginName": "copy-files-plugin",
@@ -48,7 +48,7 @@
4848
},
4949

5050
"copy-empty-modules": {
51-
"taskDependencies": ["typescript"],
51+
"taskDependencies": ["transpile"],
5252
"taskPlugin": {
5353
"pluginPackage": "@rushstack/heft",
5454
"pluginName": "run-script-plugin",
@@ -59,7 +59,7 @@
5959
},
6060

6161
"webpack": {
62-
"taskDependencies": ["typescript"],
62+
"taskDependencies": ["transpile"],
6363
"taskPlugin": {
6464
"pluginPackage": "@rushstack/heft-webpack5-plugin"
6565
}

0 commit comments

Comments
 (0)