Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
souravcipher committed Oct 3, 2022
1 parent 26cef0d commit e3d2f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@
"yarn": "^1.22.19",
"sprintf-js": "^1.0.3"
},
"devDependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/netlify-lambda serve src",
"build": "react-scripts build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e3d2f66

Please sign in to comment.