Skip to content

Commit

Permalink
refactor: better naming and local command
Browse files Browse the repository at this point in the history
Signed-off-by: Diogenes Fernandes <[email protected]>
  • Loading branch information
diofeher committed Jan 2, 2025
1 parent 5e99885 commit c466763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/frontend-linting.yml

This file was deleted.

5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint": "npm run eslint && npm run prettier:check",
"eslint": "eslint .",
"test": "vitest",
"preview": "vite preview",
"prettier": "prettier --write .",
"prettier:check:ci": "prettier --check .",
"prettier:check": "prettier --check .",
"generate-api-types": "openapi-typescript ../backend/internal/server/openapi.yml -o ./src/api.d.ts",
"generate-assets": "pwa-assets-generator"
},
Expand Down

0 comments on commit c466763

Please sign in to comment.