Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91b78d7

Browse files
committed
Fix scripts for yarn start. Update devDependencies
1 parent f4d21cf commit 91b78d7

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"react-scripts": "^3.0.0"
1010
},
1111
"scripts": {
12-
"start": "react-scripts start",
12+
"start": "npm-run-all --parallel start:app start:lambda",
13+
"start:app": "react-scripts start",
1314
"start:lambda": "netlify-lambda serve src/lambda",
1415
"build": "run-p build:**",
1516
"build:app": "react-scripts build",
@@ -28,7 +29,7 @@
2829
],
2930
"devDependencies": {
3031
"@babel/plugin-transform-object-assign": "^7.0.0",
31-
"babel-loader": "8.0.4",
32+
"babel-loader": "8.0.5",
3233
"http-proxy-middleware": "^0.19.0",
3334
"netlify-lambda": "^1.4.5",
3435
"npm-run-all": "^4.1.5"

yarn.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,16 +2236,6 @@ [email protected], babel-jest@^24.7.1:
22362236
chalk "^2.4.2"
22372237
slash "^2.0.0"
22382238

2239-
2240-
version "8.0.4"
2241-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
2242-
integrity sha512-fhBhNkUToJcW9nV46v8w87AJOwAJDz84c1CL57n3Stj73FANM/b9TbCUK4YhdOwEyZ+OxhYpdeZDNzSI29Firw==
2243-
dependencies:
2244-
find-cache-dir "^1.0.0"
2245-
loader-utils "^1.0.2"
2246-
mkdirp "^0.5.1"
2247-
util.promisify "^1.0.0"
2248-
22492239
[email protected], babel-loader@^8.0.0:
22502240
version "8.0.5"
22512241
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
@@ -4424,15 +4414,6 @@ find-cache-dir@^0.1.1:
44244414
mkdirp "^0.5.1"
44254415
pkg-dir "^1.0.0"
44264416

4427-
find-cache-dir@^1.0.0:
4428-
version "1.0.0"
4429-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
4430-
integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
4431-
dependencies:
4432-
commondir "^1.0.1"
4433-
make-dir "^1.0.0"
4434-
pkg-dir "^2.0.0"
4435-
44364417
find-cache-dir@^2.0.0:
44374418
version "2.0.0"
44384419
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.0.0.tgz#4c1faed59f45184530fb9d7fa123a4d04a98472d"

0 commit comments

Comments
 (0)