Skip to content

Commit ba82e83

Browse files
chore: wip
1 parent fb7092c commit ba82e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.stacks/core/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"dist"
2323
],
2424
"scripts": {
25-
"build": "bunx tsup --format esm,cjs --clean --dts",
26-
"stub": "bunx tsup --format esm",
27-
"dev": "bunx tsup --format esm,cjs --watch & eslint-flat-config-viewer",
25+
"build": "bunx --bun tsup --format esm,cjs --clean --dts",
26+
"stub": "bunx --bun tsup --format esm",
27+
"dev": "bunx --bun tsup --format esm,cjs --watch & eslint-flat-config-viewer",
2828
"lint": "bun run stub && eslint .",
2929
"prepack": "bun run build",
3030
"test": "bunx vitest",

0 commit comments

Comments
 (0)