File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,5 @@ yarn-error.log
20
20
21
21
# App specific
22
22
#
23
- build /favicon.ico
24
- ! build /* .html
25
- ! build /sitemap.xml
26
- ! build /** /* .html
23
+ build /
27
24
config.production.js
Original file line number Diff line number Diff line change 12
12
"dev:live" : " NC_DEV_LIVE=true yarn start" ,
13
13
"start" : " webpack serve --mode=development --config webpack/webpack.dev.babel.mjs --port 8081 --history-api-fallback --static-directory resources --static-public-path /resources --open" ,
14
14
"start:api" : " NODE_ENV=development node server.mjs" ,
15
- "deploy" : " ipfs-deploy build/index.html" ,
15
+ "deploy:ipfs" : " ipfs-deploy build/index.html" ,
16
+ "deploy" : " scp -r build/* nano.community:/root/nano-community/build" ,
16
17
"build" : " cross-env NODE_ENV=production webpack --config webpack/webpack.prod.babel.mjs --color --progress && react-snap" ,
17
18
"lint" : " eslint . --ext js,mjs" ,
18
19
"prettier" : " prettier --write ." ,
21
22
"homepage" : " https://nano.community/" ,
22
23
"reactSnap" : {
23
24
"homepage" : " https://nano.community/" ,
25
+ "puppeteer_executable_path" : " /Applications/Google Chrome.app/Contents/MacOS/Google Chrome" ,
24
26
"inlineCss" : true ,
25
27
"sitemap" : true ,
26
28
"include" : [
You can’t perform that action at this time.
0 commit comments