Skip to content

Commit

Permalink
fixup! All settings are done
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd committed Jul 22, 2022
1 parent d744251 commit af8c05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"check-lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"stylelint": "stylelint \"**/*.css\" --fix",
"lint-all": "npm run stylelint && npm run check-format && npm run check-lint && npm run check-types",
"test-all": "npm run stylelint && npm run check-format && npm run check-lint && npm run check-types && npm run build"
"test-all": "npm run stylelint && npm run check-format && npm run check-lint && npm run check-types",
"test-build": "npm run stylelint && npm run check-format && npm run check-lint && npm run check-types && npm run build"
},
"dependencies": {
"next": "12.2.2",
Expand Down

0 comments on commit af8c05e

Please sign in to comment.