File tree Expand file tree Collapse file tree 7 files changed +32
-30
lines changed Expand file tree Collapse file tree 7 files changed +32
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
- run :
41
41
name : Prepare dependency folders
42
42
command : mkdir -p project/target target ~/.ivy2 ~/.cache/coursier
43
- - restore_cache :
44
- name : Restore target cache
45
- keys :
46
- - target-cache-{{ checksum ".circleci/cache_version" }}-{{ .Branch }}
47
- - target-cache-{{ checksum ".circleci/cache_version" }}-master
48
- - restore_cache :
49
- name : Restore sbt cache
50
- keys :
51
- - sbt-cache-{{ checksum ".circleci/cache_version" }}-{{ checksum "project/Dependencies.scala" }}
52
- - sbt-cache-{{ checksum ".circleci/cache_version" }}-
53
43
- run :
54
44
name : Install frontend dependencies
55
45
command : docker-compose run -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true base yarn install --immutable
91
81
name : Checksum App Dirs
92
82
command : find app webknossos-datastore/app webknossos-tracingstore/app -type f -exec md5sum {} \; | sort -k 2 | md5sum > app_checksum.txt
93
83
94
- - save_cache :
95
- name : Save target cache
96
- key : target-cache-{{ checksum ".circleci/cache_version" }}-{{ .Branch }}-{{ checksum "app_checksum.txt" }}
97
- paths :
98
- - " project/target"
99
- - " target"
100
-
101
- - save_cache :
102
- name : Save sbt cache
103
- key : sbt-cache-{{ checksum ".circleci/cache_version" }}-{{ checksum "project/Dependencies.scala" }}
104
- paths :
105
- - " ~/.ivy2"
106
- - " ~/.cache/coursier"
107
-
108
84
- run :
109
85
name : Build webknossos docker image
110
86
command : |
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ WORKDIR /webknossos
10
10
11
11
COPY target/universal/stage .
12
12
13
-
14
13
RUN addgroup --system --gid 999 webknossos \
15
14
&& adduser --system --uid 999 --ingroup webknossos webknossos \
16
15
&& mkdir disk \
Original file line number Diff line number Diff line change 36
36
"ava" : " ^6.1.3" ,
37
37
"browserslist-to-esbuild" : " ^1.2.0" ,
38
38
"c8" : " ^9.1.0" ,
39
- "commander" : " ^10.0.0" ,
40
39
"copy-webpack-plugin" : " ^11.0.0" ,
41
40
"coveralls" : " ^3.0.2" ,
42
41
"css-loader" : " ^6.5.1" ,
117
116
"coverage-local" : " c8 report --reporter=html && echo Success! Open coverage/index.html" ,
118
117
"coverage" : " c8 report --reporter=text-lcov | coveralls" ,
119
118
"apply-evolutions" : " tools/postgres/dbtool.js apply-evolutions" ,
120
- "postinstall" : " cd tools/proxy && yarn install" ,
119
+ "postinstall" : " cd tools/proxy && yarn install && cd ../postgres && yarn install " ,
121
120
"typecheck" : " yarn tsc" ,
122
121
"ts" : " yarn tsc" ,
123
122
"ts-watch" : " yarn tsc --watch" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " dbtool" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "main" : " dbtool.js" ,
6
+ "dependencies" : {
7
+ "commander" : " ^10.0.0"
8
+ }
9
+ }
Original file line number Diff line number Diff line change
1
+ # This file is generated by running "yarn install" inside your project.
2
+ # Manual changes might be lost - proceed with caution!
3
+
4
+ __metadata :
5
+ version : 8
6
+ cacheKey : 10c0
7
+
8
+ " commander@npm:^10.0.0 " :
9
+ version : 10.0.1
10
+ resolution : " commander@npm:10.0.1"
11
+ checksum : 10c0/53f33d8927758a911094adadda4b2cbac111a5b377d8706700587650fd8f45b0bbe336de4b5c3fe47fd61f420a3d9bd452b6e0e6e5600a7e74d7bf0174f6efe3
12
+ languageName : node
13
+ linkType : hard
14
+
15
+ " dbtool@workspace:. " :
16
+ version : 0.0.0-use.local
17
+ resolution : " dbtool@workspace:."
18
+ dependencies :
19
+ commander : " npm:^10.0.0"
20
+ languageName : unknown
21
+ linkType : soft
Original file line number Diff line number Diff line change @@ -4299,7 +4299,7 @@ __metadata:
4299
4299
languageName: node
4300
4300
linkType: hard
4301
4301
4302
- "commander@npm:^10.0.0, commander@npm:^10.0. 1":
4302
+ "commander@npm:^10.0.1":
4303
4303
version: 10.0.1
4304
4304
resolution: "commander@npm:10.0.1"
4305
4305
checksum: 10c0/53f33d8927758a911094adadda4b2cbac111a5b377d8706700587650fd8f45b0bbe336de4b5c3fe47fd61f420a3d9bd452b6e0e6e5600a7e74d7bf0174f6efe3
@@ -13841,7 +13841,6 @@ __metadata:
13841
13841
classnames: "npm:^2.2.5"
13842
13842
color-hash: "npm:^2.0.1"
13843
13843
comlink: "npm:^4.3.0"
13844
- commander: "npm:^10.0.0"
13845
13844
copy-webpack-plugin: "npm:^11.0.0"
13846
13845
coveralls: "npm:^3.0.2"
13847
13846
css-loader: "npm:^6.5.1"
You can’t perform that action at this time.
0 commit comments