Skip to content

Commit 1c93b6d

Browse files
committed
test(end-to-end): rename build script to build:clean-first
1 parent 7166838 commit 1c93b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { spawnSync } from 'child_process';
44
describe('commitlint configuration', () => {
55
beforeAll(() => {
66
const timeoutMs = 30000;
7-
const command = 'npm run build:clean';
7+
const command = 'npm run build:clean-first';
88
const [bin, ...args] = command.split(' ');
99
const result = spawnSync(bin, args, { timeout: timeoutMs });
1010

0 commit comments

Comments
 (0)