Skip to content

Commit 507b873

Browse files
committed
fix: path in script
1 parent 05bdb3a commit 507b873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cleanup-circleci.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PluginTester, testSpawn } from '@codifycli/plugin-test';
22
import path from 'node:path';
33

4-
const pluginPath = path.resolve('../src/index.ts');
4+
const pluginPath = path.resolve('./src/index.ts');
55

66
// Uninstall resources that have Codify resource definitions
77
await PluginTester.uninstall(pluginPath, [

0 commit comments

Comments
 (0)