Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Dec 2, 2024
1 parent 43cc57f commit 8e9410b
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 @@ -947,7 +947,7 @@
"package": "vsce package",
"pretest": "npm run compile:tests && npm run compile && npm run lint",
"test": "vscode-test",
"test:ui": "npm run compile:tests && node uitest.mjs",
"test:ui": "npm run compile:tests && node .vscode-test.mjs",
"lint": "eslint",
"format": "prettier --write .",
"check-types": "tsc --noEmit",
Expand Down

0 comments on commit 8e9410b

Please sign in to comment.