We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build:clean-first
1 parent 7166838 commit 1c93b6dCopy full SHA for 1c93b6d
test/end-to-end.test.ts
@@ -4,7 +4,7 @@ import { spawnSync } from 'child_process';
4
describe('commitlint configuration', () => {
5
beforeAll(() => {
6
const timeoutMs = 30000;
7
- const command = 'npm run build:clean';
+ const command = 'npm run build:clean-first';
8
const [bin, ...args] = command.split(' ');
9
const result = spawnSync(bin, args, { timeout: timeoutMs });
10
0 commit comments