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 9ea5af1 commit 86241d7Copy full SHA for 86241d7
package.json
@@ -59,7 +59,7 @@
59
"build:entrypoints": "npm run build:ts",
60
"postbuild:entrypoints": "tsup",
61
"build:ts": "tsc --project tsconfig.build.json",
62
- "prebuild:ts": "del 'index.*' 'eslint.*' lib",
+ "prebuild:ts": "del 'index.*' 'eslint.js*' lib",
63
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
64
"typecheck": "tsc",
65
"test": "c8 ava",
0 commit comments