Skip to content

Commit 09c8382

Browse files
committed
update patch to prepare instead of postinstall
1 parent a800cff commit 09c8382

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: CI
22

33
on:
44
push:

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"storybook": "storybook dev -p 6006",
1515
"build-storybook": "storybook build",
1616
"test": "vitest --coverage",
17-
"postinstall": "patch-package"
17+
"prepare": "patch-package"
1818
},
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "^3.2.2",

0 commit comments

Comments
 (0)