Skip to content

Commit

Permalink
Merge branch 'develop' into remove-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall authored Feb 28, 2024
2 parents 7eb525a + 94ec00b commit a69645d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 68 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
./.github
./.vscode
./.next
./docs
./.husky
./docs
36 changes: 0 additions & 36 deletions .husky/_/husky.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

26 changes: 2 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"graphql:build": "graphclient build",
"graphql:dev-server": "graphclient serve-dev",
"test": "vitest --dir=test",
"prepare": "husky install",
"tests": "playwright test"
},
"engines": {
Expand Down Expand Up @@ -98,7 +97,6 @@
"eslint-config-next": "^13.2.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"jsdom": "^24.0.0",
"playwright": "^1.32.3",
"prettier": "^2.7.1",
Expand Down

0 comments on commit a69645d

Please sign in to comment.