File tree Expand file tree Collapse file tree 4 files changed +39
-1
lines changed
Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ COPY package.json /app/package.json
55COPY yarn.lock /app/yarn.lock
66
77WORKDIR /app
8+ RUN yarn config set workspaces-experimental true
89RUN yarn install
910
1011# After yarn install, so dev deps are also installed (for building)
Original file line number Diff line number Diff line change 3333 "test" : " echo \" Error: no test specified\" && exit 1"
3434 },
3535 "devDependencies" : {
36+ "gatsby-cli" : " ^1.1.20" ,
3637 "prettier" : " ^1.7.4"
3738 },
3839 "browserslist" : [" > 1%" , " IE >= 11" , " last 2 versions" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " sandbox" ,
3- "version" : " 1.0.0"
3+ "version" : " 1.0.0" ,
4+ "devDependencies" : {
5+ "babel-runtime" : " ^6.26.0"
6+ }
47}
Original file line number Diff line number Diff line change @@ -2422,6 +2422,12 @@ browserslist@^2.1.2:
24222422 caniuse-lite "^1.0.30000715"
24232423 electron-to-chromium "^1.3.18"
24242424
2425+ 2426+ version "1.0.2"
2427+ resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169"
2428+ dependencies:
2429+ node-int64 "^0.4.0"
2430+
24252431bser@^2.0.0:
24262432 version "2.0.0"
24272433 resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
@@ -5058,6 +5064,12 @@ faye-websocket@~0.11.0:
50585064 dependencies:
50595065 websocket-driver ">=0.5.1"
50605066
5067+ fb-watchman@^1.8.0:
5068+ version "1.9.2"
5069+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-1.9.2.tgz#a24cf47827f82d38fb59a69ad70b76e3b6ae7383"
5070+ dependencies:
5071+ bser "1.0.2"
5072+
50615073fb-watchman@^2.0.0:
50625074 version "2.0.0"
50635075 resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -5573,6 +5585,27 @@ gatsby-cli@^1.1.11:
55735585 yargs "^8.0.2"
55745586 yurnalist "^0.2.1"
55755587
5588+ gatsby-cli@^1.1.20:
5589+ version "1.1.20"
5590+ resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-1.1.20.tgz#ae63cd3e9c84369f76c4c9d392d4fed580ca02fd"
5591+ dependencies:
5592+ babel-code-frame "^6.26.0"
5593+ babel-runtime "^6.26.0"
5594+ bluebird "^3.5.0"
5595+ common-tags "^1.4.0"
5596+ convert-hrtime "^2.0.0"
5597+ core-js "^2.5.0"
5598+ execa "^0.8.0"
5599+ fs-extra "^4.0.1"
5600+ hosted-git-info "^2.5.0"
5601+ lodash "^4.17.4"
5602+ pretty-error "^2.1.1"
5603+ resolve-cwd "^2.0.0"
5604+ source-map "^0.5.7"
5605+ stack-trace "^0.0.10"
5606+ yargs "^8.0.2"
5607+ yurnalist "^0.2.1"
5608+
55765609gatsby-link@^1.6.22:
55775610 version "1.6.23"
55785611 resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-1.6.23.tgz#c6a00eca7a80f5c7e614dced625bfa28fc4f8fd6"
You can’t perform that action at this time.
0 commit comments