Skip to content

Commit 2a1ecd8

Browse files
committed
fix: remove additional old scripts from sync-scripts cleanup list
- Remove test:affected and test-affected (already renamed to changed) - Remove build:dist variants (no longer used)
1 parent 16dfc14 commit 2a1ecd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/sync-scripts.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,10 @@ async function updatePackageJson(projectPath) {
7373
'test-pre-commit',
7474
'pretest:unit',
7575
'test:old',
76-
'test:affected',
77-
'test-affected',
7876
'build:src',
7977
'build:types',
8078
'build:src-only',
8179
'build:types-only',
82-
'build:dist',
83-
'build:dist:src',
84-
'build:dist:types',
8580
]
8681

8782
for (const script of toRemove) {

0 commit comments

Comments
 (0)