Skip to content

Commit ef17f92

Browse files
committed
fix: try fix ci
1 parent 2c94013 commit ef17f92

File tree

3 files changed

+4
-98
lines changed

3 files changed

+4
-98
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"eslint-plugin-simple-import-sort": "^12.1.1",
441441
"eslint-plugin-unused-imports": "^4.1.4",
442442
"eventemitter3": "^5.0.1",
443-
"execa": "^9.5.2",
443+
"execa": "8.0.1",
444444
"find-free-ports": "^3.1.1",
445445
"flexsearch": "^0.7.43",
446446
"framer-motion": "12.4.7",

pnpm-lock.yaml

Lines changed: 2 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/publish.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
import process from 'node:process'
33
import { dirname, join, resolve } from 'path'
44
import { fileURLToPath } from 'url'
5+
import { execa } from 'execa'
56
import fs from 'fs-extra'
67

7-
// No "exports" main defined in execa/node_modules/unicorn-magic/package.json
8-
const { execa } = await import('execa')
9-
108
const dir =
119
typeof __dirname === 'string'
1210
? __dirname

0 commit comments

Comments
 (0)