Skip to content

Commit

Permalink
chore: rename pre-ci.sh to prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Feb 26, 2024
1 parent 48b28fa commit 535de5c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -56,7 +56,7 @@
"access": "public"
},
"scripts": {
"install:ci": "npm ci && ./scripts/pre-ci.sh",
"install:ci": "npm ci && ./scripts/prepare.sh",
"update-hooks": "simple-git-hooks",
"changeset": "changeset",
"bump": "changeset version 2>/dev/null | grep . && npm i; exit 0",
Expand Down
File renamed without changes.

0 comments on commit 535de5c

Please sign in to comment.