Skip to content

Commit 10dcf09

Browse files
committed
chore: remove build/ from git repo
1 parent f972788 commit 10dcf09

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@ yarn-error.log
2020

2121
# App specific
2222
#
23-
build/favicon.ico
24-
!build/*.html
25-
!build/sitemap.xml
26-
!build/**/*.html
23+
build/
2724
config.production.js

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dev:live": "NC_DEV_LIVE=true yarn start",
1313
"start": "webpack serve --mode=development --config webpack/webpack.dev.babel.mjs --port 8081 --history-api-fallback --static-directory resources --static-public-path /resources --open",
1414
"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",
1617
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.prod.babel.mjs --color --progress && react-snap",
1718
"lint": "eslint . --ext js,mjs",
1819
"prettier": "prettier --write .",
@@ -21,6 +22,7 @@
2122
"homepage": "https://nano.community/",
2223
"reactSnap": {
2324
"homepage": "https://nano.community/",
25+
"puppeteer_executable_path": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
2426
"inlineCss": true,
2527
"sitemap": true,
2628
"include": [

0 commit comments

Comments
 (0)