Skip to content

Commit

Permalink
Add nvm information and remove a couple of unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanninen committed Nov 4, 2024
1 parent fd719d0 commit 4605bc7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 605 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.22.12
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dotenv-expand": "4.2.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.2",
"forever": "^1.0.0",
"fork-ts-checker-webpack-plugin": "^0.2.8",
"fs-extra": "3.0.1",
"graphql": "^14.5.8",
Expand Down Expand Up @@ -86,7 +85,7 @@
"release-patch": "bumped release patch",
"release-minor": "bumped release minor",
"release-major": "bumped release major",
"production": "forever start -c \"yarn run serve -s -l 5000\" build && forever logs -f 0",
"production": "serve -s -l 5000 build",
"cypress": "CYPRESS_E2E=true cypress",
"cypress:run:dev": "CYPRESS_E2E=true cypress run --env configFile=dev",
"cypress:run:stage": "CYPRESS_E2E=true cypress run --env configFile=stage",
Expand Down Expand Up @@ -119,9 +118,7 @@
"cypress": "5.5.0",
"cypress-commands": "^0.3.1",
"cypress-wait-until": "^1.6.1",
"del-cli": "^1.1.0",
"mobx-react-devtools": "^6.0.1",
"npm-run-all": "^4.1.3",
"react-dev-utils": "^5.0.1",
"sass": "^1.26.1",
"sass-loader": "^7.1.0",
Expand Down
Loading

0 comments on commit 4605bc7

Please sign in to comment.