diff options
Diffstat (limited to 'scripts/smoke/cleanup.js')
-rw-r--r-- | scripts/smoke/cleanup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/smoke/cleanup.js b/scripts/smoke/cleanup.js index 37a5f5d29..a198ba56d 100644 --- a/scripts/smoke/cleanup.js +++ b/scripts/smoke/cleanup.js @@ -3,7 +3,7 @@ // @ts-check import { execa } from 'execa'; -import { polyfill } from '@astropub/webapi'; +import { polyfill } from '@astrojs/webapi'; import { fileURLToPath } from 'node:url'; import { promises as fs } from 'node:fs'; |