Merge branch 'master' into feat/filesystem_and_search

This commit is contained in:
DarkSky
2022-12-26 09:01:43 +08:00
10 changed files with 291 additions and 34 deletions
+3 -1
View File
@@ -14,7 +14,8 @@
"test:e2e": "playwright test",
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",
"test:unit": "jest",
"postinstall": "husky install"
"postinstall": "husky install",
"notify": "node --experimental-modules scripts/notify.mjs"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",
@@ -31,6 +32,7 @@
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"got": "^12.5.3",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",