Skip to content

Commit

Permalink
chore: remove build/ from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 20, 2024
1 parent f972788 commit 10dcf09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ yarn-error.log

# App specific
#
build/favicon.ico
!build/*.html
!build/sitemap.xml
!build/**/*.html
build/
config.production.js
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dev:live": "NC_DEV_LIVE=true yarn start",
"start": "webpack serve --mode=development --config webpack/webpack.dev.babel.mjs --port 8081 --history-api-fallback --static-directory resources --static-public-path /resources --open",
"start:api": "NODE_ENV=development node server.mjs",
"deploy": "ipfs-deploy build/index.html",
"deploy:ipfs": "ipfs-deploy build/index.html",
"deploy": "scp -r build/* nano.community:/root/nano-community/build",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.prod.babel.mjs --color --progress && react-snap",
"lint": "eslint . --ext js,mjs",
"prettier": "prettier --write .",
Expand All @@ -21,6 +22,7 @@
"homepage": "https://nano.community/",
"reactSnap": {
"homepage": "https://nano.community/",
"puppeteer_executable_path": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"inlineCss": true,
"sitemap": true,
"include": [
Expand Down

0 comments on commit 10dcf09

Please sign in to comment.