Skip to content

Commit

Permalink
Update deps and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed May 6, 2024
1 parent 8663ec7 commit 2bf5721
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 609 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /opt/tagtool
FROM tagtool-build-preflight as tagtool-build

# First, files that are unlikely to change frequently.
COPY [ "tsconfig.json", ".npmrc", "babel.config.js", ".prettierrc.json", "vite.config.ts", "index.ts", "index.html", "jest.config.json", "eslint.config.mjs", "/opt/tagtool/" ]
COPY [ "tsconfig.json", ".npmrc", "babel.config.js", ".prettierrc.json", "vite.config.ts", "index.ts", "index.html", "jest.config.ts", "eslint.config.mjs", "/opt/tagtool/" ]
# Then files that might.
COPY [ "package.json", "package-lock.json", "/opt/tagtool/" ]
COPY src /opt/tagtool/src
Expand Down
Loading

0 comments on commit 2bf5721

Please sign in to comment.