We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971f4a2 commit 3bd37f6Copy full SHA for 3bd37f6
src/built-in-plugins/command-test/plugin/index.ts
@@ -17,11 +17,11 @@ pri.commands.registerCommand({
17
name: ['test'],
18
description: 'Run tests.',
19
action: async () => {
20
- // await pri.project.lint({
21
- // lintAll: false,
22
- // needFix: true,
23
- // showBreakError: true,
24
- // });
+ await pri.project.lint({
+ lintAll: false,
+ needFix: true,
+ showBreakError: true,
+ });
25
typeChecker();
26
await pri.project.ensureProjectFiles();
27
await pri.project.checkProjectFiles();
0 commit comments