Skip to content

Commit

Permalink
Fix issue with postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Aug 29, 2024
1 parent 512f3f0 commit 8e1eadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clean:

.PHONY: build
build: clean
yarn patch-package
@$(ROLLUP) -c


Expand Down Expand Up @@ -53,6 +54,7 @@ lint-fix:
.PHONY: setup
setup:
yarn
yarn patch-package


# .PHONY: test
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"test": "NODE_ENV=test BABEL_ENV=testing jest",
"storybook": "start-storybook -p 9001",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "build-storybook -s public",
"postinstall": "patch-package"
"build-storybook": "build-storybook -s public"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 8e1eadf

Please sign in to comment.