Skip to content

Commit e730fbe

Browse files
fix lint checking on CI
1 parent e371ea9 commit e730fbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devextreme-cli/testing/linting.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const isTypeScript = (engine) => engine.includes('-ts');
1919

2020
const projectLint = async(app) => {
2121
await run('npm run lint', undefined, {
22-
path: path.join(__dirname, 'sandbox', app, 'my-app')
22+
cwd: path.join(__dirname, 'sandbox', app, 'my-app'),
23+
forceNoCmd: true
2324
});
2425
};
2526

0 commit comments

Comments
 (0)