Skip to content

Commit

Permalink
feat(frontend): remove prettier as devDep and add it later
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Sep 24, 2020
1 parent a3cc263 commit 05cd387
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions frontend/.prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion frontend/.prettierrc

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"ignore-styles": "^5.0.1",
"mini-css-extract-plugin": "^0.11.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"postinstall": "run-p -l install:*",
"install:frontend": "cd frontend && npm i",
"install:backend": "cd backend && npm i",
"start:frontend":"cd frontend && npm start",
"start:backend":"cd backend && npm start",
"start:frontend": "cd frontend && npm start",
"start:backend": "cd backend && npm start",
"docs": "docsify serve docs"
},
"repository": {
Expand Down

0 comments on commit 05cd387

Please sign in to comment.