Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avenmia authored Dec 22, 2023
2 parents 1be9b4a + ec78a1a commit fefa78e
Show file tree
Hide file tree
Showing 13 changed files with 449 additions and 284 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- run: npm ci
- name: Create .env file
run: cp -f .env.example .env
- run: npm run lint
- run: npm run prettier:ci
- run: npm run build --if-present
env:
CI: true
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.png
*.ico
*.prisma
*.sql
*.otf
.next/
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- 3001:80
- 25:25
environment:
- ServerOptions__HostName=smtp4dev
- ServerOptions__HostName=smtp4dev
Loading

0 comments on commit fefa78e

Please sign in to comment.