Skip to content

Commit

Permalink
Removed react-snap postscript for prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
arbreton committed May 31, 2019
1 parent ce9696b commit 250556c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PORT=3010
NODE_PATH=src/
REACT_APP_ENVIRONMENT=localhost
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"eslint:fix": "eslint --fix src/**/*.js*",
"eject": "react-scripts eject",
"prettify": "prettier --write 'src/**/*.js*'",
"doc": "jsdoc src -r -d docs",
"postbuild": "react-snap"
"doc": "jsdoc src -r -d docs"
},
"lint-staged": {
"src/**/*.{js,jsx,json}": [
Expand Down

0 comments on commit 250556c

Please sign in to comment.