Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaista committed Sep 14, 2024
1 parent 1ae463a commit 8f19449
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 190 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
public/utils
private
private
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN npm install
RUN npx playwright install
RUN npx playwright install-deps

ENTRYPOINT npm run test_ci
ENTRYPOINT npm run test:ci
Loading

0 comments on commit 8f19449

Please sign in to comment.