Skip to content

Commit 7d7a0f5

Browse files
committed
fix: fixed wait-for-deploy.mjs script
1 parent 6e7d1c9 commit 7d7a0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wait-for-deploy.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22
import process from 'node:process';
33
import childProcess from 'node:child_process';
4-
import config from 'polykey/dist/config.js';
4+
import config from 'polykey/config.js';
55

66
const versionTarget = config.version;
77
async function main(argv = process.argv) {

0 commit comments

Comments
 (0)