Skip to content

Commit

Permalink
ci: incorrect sh syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 27, 2023
1 parent 23e7341 commit 9c544f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:es": "eslint . --cache --max-warnings 10 -f friendly",
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"release": "tsx scripts/private &&& changeset publish",
"release": "tsx scripts/private && changeset publish",
"typecov": "type-coverage"
},
"devDependencies": {
Expand Down

0 comments on commit 9c544f5

Please sign in to comment.