Skip to content

Commit 4908705

Browse files
iclantonclaude
andauthored
[heft-web-rig] Add temp/image-typings to build clean folders (#5770)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e42a2c3 commit 4908705

5 files changed

Lines changed: 34 additions & 4 deletions

File tree

build-tests/heft-rspack-everything-test/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// TODO: Add comments
88
"phasesByName": {
99
"build": {
10-
"cleanFiles": [{ "includeGlobs": ["dist", "lib", "lib-commonjs"] }],
10+
"cleanFiles": [{ "includeGlobs": ["dist", "lib", "lib-commonjs", "temp/image-typings"] }],
1111

1212
"tasksByName": {
1313
"image-typings": {

build-tests/heft-webpack5-everything-test/config/heft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// TODO: Add comments
88
"phasesByName": {
99
"build": {
10-
"cleanFiles": [{ "includeGlobs": ["dist", "lib", "lib-commonjs"] }],
10+
"cleanFiles": [{ "includeGlobs": ["dist", "lib", "lib-commonjs", "temp/image-typings"] }],
1111

1212
"tasksByName": {
1313
"image-typings": {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-web-rig",
5+
"comment": "Include `temp/image-typings` in the build clean folders.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-web-rig"
10+
}

rigs/heft-web-rig/profiles/app/config/heft.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@
2222
"phasesByName": {
2323
"build": {
2424
"cleanFiles": [
25-
{ "includeGlobs": ["dist", "lib", "lib-amd", "lib-commonjs", "lib-es6", "temp/sass-ts"] }
25+
{
26+
"includeGlobs": [
27+
"dist",
28+
"lib",
29+
"lib-amd",
30+
"lib-commonjs",
31+
"lib-es6",
32+
"temp/sass-ts",
33+
"temp/image-typings"
34+
]
35+
}
2636
],
2737

2838
"tasksByName": {

rigs/heft-web-rig/profiles/library/config/heft.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@
2222
"phasesByName": {
2323
"build": {
2424
"cleanFiles": [
25-
{ "includeGlobs": ["dist", "lib", "lib-amd", "lib-commonjs", "lib-es6", "temp/sass-ts"] }
25+
{
26+
"includeGlobs": [
27+
"dist",
28+
"lib",
29+
"lib-amd",
30+
"lib-commonjs",
31+
"lib-es6",
32+
"temp/sass-ts",
33+
"temp/image-typings"
34+
]
35+
}
2636
],
2737

2838
"tasksByName": {

0 commit comments

Comments
 (0)