Skip to content

Commit

Permalink
chore: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
kagankan committed Aug 25, 2024
1 parent 7379abb commit a322887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pg:build": "tsc && vite build",
"pg:lint": "run-s pg:lint:eslint pg:lint:markuplint pg:lint:prettier pg:lint:cspell",
"pg:lint:eslint": "eslint src --ext ts,tsx",
"pg:lint:markuplint": "markuplint 'src/**/*.tsx'",
"pg:lint:markuplint": "markuplint src/**/*.tsx",
"pg:lint:prettier": "prettier --check 'src/**/*.{js,ts,tsx}'",
"pg:lint:cspell": "cspell src/**/* --no-progress",
"pg:test": "vitest run",
Expand Down

0 comments on commit a322887

Please sign in to comment.