Skip to content

Commit

Permalink
feat(website): run init before building for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 26, 2021
1 parent d68870e commit d175ef7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -80,7 +80,10 @@ deploy-all: ##@0 global deploy website & storybook
@$(MAKE) website-deploy
@$(MAKE) storybook-deploy

netlify-build: website-build storybook-build ##@0 Build the website and storybook to netlify
netlify-build: ##@0 Build the website and storybook to netlify
@$(MAKE) init
@$(MAKE) website-build
@$(MAKE) website-build
@cp -a storybook-static website/public/storybook

clean-all: ##@0 global uninstall node modules, remove transpiled code & lock files
Expand Down

0 comments on commit d175ef7

Please sign in to comment.