File tree 5 files changed +2608
-129
lines changed
5 files changed +2608
-129
lines changed Original file line number Diff line number Diff line change 15
15
* .lerna_backup
16
16
17
17
/stats
18
- /api /app.js
18
+ /api /app.js
19
+ # Local Netlify folder
20
+ .netlify
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ deploy-all: ##@0 global deploy website & storybook
80
80
@$(MAKE ) website-deploy
81
81
@$(MAKE ) storybook-deploy
82
82
83
+ netlify-build : website-build storybook-build # #@0 Build the website and storybook to netlify
84
+ @cp -a storybook-static website/public/storybook
85
+
83
86
clean-all : # #@0 global uninstall node modules, remove transpiled code & lock files
84
87
@rm -rf node_modules
85
88
@rm -rf package-lock.json
Original file line number Diff line number Diff line change
1
+ [build ]
2
+ base = " /"
3
+ publish = " website/public/"
4
+ command = " make netlify-build"
Original file line number Diff line number Diff line change 60
60
"jsdom" : " ^19.0.0" ,
61
61
"lerna" : " ^3.22.1" ,
62
62
"lodash" : " ^4.17.21" ,
63
+ "netlify-cli" : " ^8.4.2" ,
63
64
"npm-normalize-package-bin" : " ^1.0.1" ,
64
65
"prettier" : " ^2.5.1" ,
65
66
"prop-types" : " ^15.7.2" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments