We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d565fc1 commit 4b51b9bCopy full SHA for 4b51b9b
build-tests-subspace/rush-sdk-test/config/heft.json
@@ -7,12 +7,12 @@
7
"build": {
8
"tasksByName": {
9
"run-start": {
10
- "taskDependencies": ["typescript"],
+ "taskDependencies": ["transpile"],
11
"taskPlugin": {
12
"pluginPackage": "@rushstack/heft",
13
"pluginName": "run-script-plugin",
14
"options": {
15
- "scriptPath": "./lib/run-start.js"
+ "scriptPath": "./lib-commonjs/run-start.js"
16
}
17
18
libraries/package-extractor/config/heft.json
@@ -10,7 +10,7 @@
"webpack": {
"pluginPackage": "@rushstack/heft-webpack5-plugin"
0 commit comments