Skip to content

Commit

Permalink
chore(deps): get rid of dev command, not applicable with lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Alises committed Oct 18, 2020
1 parent 183fc1a commit c35058a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 321 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "netlify-lambda build src/lambda",
"start": "netlify-lambda serve src/lambda",
"dev": "concurrently --kill-others \"tsc -w\" \"nodemon --delay 10 --exec babel-node dist/index\"",
"typecheck": "tsc --noEmit",
"lint": "eslint",
"schema": "graphql-codegen",
Expand All @@ -31,14 +30,12 @@
"apollo-datasource-rest": "^0.9.4",
"babel-jest": "^26.5.2",
"babel-node": "^0.0.1-security",
"concurrently": "^5.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.5.3",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3"
Expand Down
Loading

0 comments on commit c35058a

Please sign in to comment.