Skip to content

Commit

Permalink
Merge pull request #24 from saitamau-maximum/feat/auth-ui
Browse files Browse the repository at this point in the history
feat: Auth UI
  • Loading branch information
sor4chi authored Oct 27, 2024
2 parents f20503d + 6585e0c commit eea623b
Show file tree
Hide file tree
Showing 21 changed files with 1,653 additions and 387 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"license": "MIT",
"scripts": {
"lint": "eslint . && prettier --check .",
"fix": "eslint . --fix && prettier --write .",
"lint": "pnpm -r lint",
"fix": "pnpm -r fix",
"prepare": "husky"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"fix": "eslint --cache --cache-location ./node_modules/.cache/eslint --fix .",
"test": "vitest --coverage --ui"
},
"repository": {
Expand Down
Loading

0 comments on commit eea623b

Please sign in to comment.