Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 9c544f5

Browse files
committed
ci: incorrect sh syntax
1 parent 23e7341 commit 9c544f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:es": "eslint . --cache --max-warnings 10 -f friendly",
2222
"lint:tsc": "tsc --noEmit",
2323
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
24-
"release": "tsx scripts/private &&& changeset publish",
24+
"release": "tsx scripts/private && changeset publish",
2525
"typecov": "type-coverage"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)