Skip to content

Commit 4b51b9b

Browse files
committed
Fix task dependency order by replacing some 'typescript' instances with 'transpile'
1 parent d565fc1 commit 4b51b9b

File tree

2 files changed

+3
-3
lines changed
  • build-tests-subspace/rush-sdk-test/config
  • libraries/package-extractor/config

2 files changed

+3
-3
lines changed

build-tests-subspace/rush-sdk-test/config/heft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"build": {
88
"tasksByName": {
99
"run-start": {
10-
"taskDependencies": ["typescript"],
10+
"taskDependencies": ["transpile"],
1111
"taskPlugin": {
1212
"pluginPackage": "@rushstack/heft",
1313
"pluginName": "run-script-plugin",
1414
"options": {
15-
"scriptPath": "./lib/run-start.js"
15+
"scriptPath": "./lib-commonjs/run-start.js"
1616
}
1717
}
1818
}

libraries/package-extractor/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": {
1111
"tasksByName": {
1212
"webpack": {
13-
"taskDependencies": ["typescript"],
13+
"taskDependencies": ["transpile"],
1414
"taskPlugin": {
1515
"pluginPackage": "@rushstack/heft-webpack5-plugin"
1616
}

0 commit comments

Comments
 (0)