Skip to content

Commit e6a3e88

Browse files
author
mike dupont
committed
remove vendor
1 parent 98b93f0 commit e6a3e88

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ COPY tests /app/tests
2424
COPY benchmark /app/benchmark
2525
COPY jest /app/jest
2626
COPY dune-project /app/dune-project
27-
COPY vendor /app/vendor
2827

2928
RUN npm ci
3029
RUN pnpm run build

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prettier": "^2.8.4",
9393
"replace-in-file": "^6.3.5",
9494
"rimraf": "^3.0.2",
95-
"ts-jest": "^28.0.8",
95+
"ts-jest": "https://github.com/meta-introspector/ts-jest",
9696
"typedoc": "^0.25.8",
9797
"typedoc-plugin-markdown": "^4.0.0-next.53",
9898
"typedoc-plugin-merge-modules": "^5.1.0",

vendor/jest

Submodule jest deleted from bd1c6db

0 commit comments

Comments
 (0)