Skip to content

Commit bc15f8e

Browse files
committed
build: update to execa
1 parent 5766da5 commit bc15f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath } from 'url'
55
import chalk from 'chalk'
66
import semver from 'semver'
77
import enquirer from 'enquirer'
8-
import execa from 'execa'
8+
import { execa } from 'execa'
99
import pSeries from 'p-series'
1010
import { globby } from 'globby'
1111

0 commit comments

Comments
 (0)