Skip to content

Commit 0b16f94

Browse files
Jovonnipyramation
andcommitted
rename test command file to fix ci
Co-authored-by: Dan Lynch <pyramation@gmail.com>
1 parent d5ff20b commit 0b16f94

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/makage/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { runAssets } from './commands/assets';
66
import { runBuild } from './commands/build';
77
import { runBuildTs } from './commands/buildTs';
88
import { runUpdateWorkspace } from './commands/updateWorkspace';
9-
import { runTest } from './commands/test';
9+
import { runTest } from './commands/testCommand';
1010

1111
const [, , cmd, ...rest] = process.argv;
1212

File renamed without changes.

0 commit comments

Comments
 (0)