We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7092c commit ba82e83Copy full SHA for ba82e83
.stacks/core/eslint-config/package.json
@@ -22,9 +22,9 @@
22
"dist"
23
],
24
"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",
+ "build": "bunx --bun tsup --format esm,cjs --clean --dts",
+ "stub": "bunx --bun tsup --format esm",
+ "dev": "bunx --bun tsup --format esm,cjs --watch & eslint-flat-config-viewer",
28
"lint": "bun run stub && eslint .",
29
"prepack": "bun run build",
30
"test": "bunx vitest",
0 commit comments