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.
1 parent 9e9af02 commit 7a488d6Copy full SHA for 7a488d6
packages/apps/ability-sol-transaction-signer/scripts/deploy-lit-action.js
@@ -15,7 +15,7 @@ if (!PINATA_JWT) {
15
const filePath = path.join(generatedDir, outputFile);
16
if (!fs.existsSync(filePath)) {
17
throw new Error(
18
- `Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run vincent-ability-evm-transaction-signer:action:build first.`,
+ `Bundled Lit Action code string not found at ${filePath}. Please run pnpx nx run vincent-ability-sol-transaction-signer:action:build first.`,
19
);
20
}
21
const litActionCodeString = require(filePath);
0 commit comments