Skip to content

Commit

Permalink
Debug on CI why prettier is failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 13, 2023
1 parent 1778828 commit a2b04cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"prettier:write": "prettier --write \"src/**/*.{ts, js}\"",
"prettier:verify": "prettier --list-different \"src/**/*.{ts, js}\"",
"genl10n": "vscode-l10n-dev export ./src"
"prettier:verify": "prettier --check \"src/**/*.{ts, js}\""
},
"devDependencies": {
"@types/glob": "^8.1.0",
Expand Down

0 comments on commit a2b04cc

Please sign in to comment.