We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-ci.sh
prepare.sh
1 parent 48b28fa commit 535de5cCopy full SHA for 535de5c
package.json
@@ -56,7 +56,7 @@
56
"access": "public"
57
},
58
"scripts": {
59
- "install:ci": "npm ci && ./scripts/pre-ci.sh",
+ "install:ci": "npm ci && ./scripts/prepare.sh",
60
"update-hooks": "simple-git-hooks",
61
"changeset": "changeset",
62
"bump": "changeset version 2>/dev/null | grep . && npm i; exit 0",
scripts/pre-ci.sh renamed to scripts/prepare.sh
0 commit comments