Skip to content

Commit

Permalink
Merge pull request #17 from Blueprint-Boulder/packageUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
nh602 authored Nov 10, 2023
2 parents 9ab2503 + c079f9c commit b2e16c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 122 deletions.
4 changes: 4 additions & 0 deletions backend/npm_install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

npm install --save "$@"
npm uninstall --no-save "$@"
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"predev": "npm ci",
"predev": "npm i",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
4 changes: 4 additions & 0 deletions frontend/npm_install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

npm install --save "$@"
npm uninstall --no-save "$@"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"prestart": "npm ci",
"prestart": "npm i",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down
106 changes: 0 additions & 106 deletions package-lock.json

This file was deleted.

14 changes: 0 additions & 14 deletions package.json

This file was deleted.

0 comments on commit b2e16c7

Please sign in to comment.