Skip to content

Commit a7141f8

Browse files
Update packages/apps/ability-hyperliquid/scripts/deploy-lit-action.js
Co-authored-by: Copilot <[email protected]>
1 parent 2aedd0a commit a7141f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/ability-hyperliquid/scripts/deploy-lit-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!PINATA_JWT) {
1515
const filePath = path.join(generatedDir, outputFile);
1616
if (!fs.existsSync(filePath)) {
1717
throw new Error(
18-
`Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run vincent-ability-aerodrome-swap:action:build first.`,
18+
`Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run ability-hyperliquid:action:build first.`,
1919
);
2020
}
2121
const litActionCodeString = require(filePath);

0 commit comments

Comments
 (0)