Skip to content

Commit cdfcdc2

Browse files
jonphippsclaude
andcommitted
fix: resolve duplicate package.json key for test:pre-push:smart
Renamed conflicting script to test:pre-push:nx:smart to avoid duplication. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7da8e79 commit cdfcdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"test:e2e:affected": "nx affected --target=e2e",
147147
"test:e2e:all": "nx run-many --target=e2e --all",
148148
"test:pre-push:fast": "./scripts/nx-pre-push-fast.sh",
149-
"test:pre-push:smart": "./scripts/nx-pre-push.sh",
149+
"test:pre-push:nx:smart": "./scripts/nx-pre-push.sh",
150150
"test:portal:e2e": "./scripts/test-portal-builds.sh",
151151
"vocab:release": "node scripts/release-vocab.js",
152152
"vocabulary:create": "tsx scripts/create-vocabulary-sheet.ts",

0 commit comments

Comments
 (0)