Skip to content

Commit

Permalink
add back in double dash
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Feb 13, 2025
1 parent 89730a1 commit cc3851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function runTests(
if (shouldRunTypeChecks === true) {
describe(`type checks`, () => {
it('checks types', async () => {
const typeCheckCommand = `npm exec --offline tsc --skipLibCheck`; // TODO: remove skipLibCheck once https://github.com/demergent-labs/azle/issues/2690 is resolved
const typeCheckCommand = `npm exec --offline tsc -- --skipLibCheck`; // TODO: remove skipLibCheck once https://github.com/demergent-labs/azle/issues/2690 is resolved
try {
execSyncPretty(typeCheckCommand, 'inherit');
} catch {
Expand Down

0 comments on commit cc3851c

Please sign in to comment.