There was an error while loading. Please reload this page.
1 parent 887ee83 commit 49e101bCopy full SHA for 49e101b
1 file changed
packages/plugin-kit/package.json
@@ -33,7 +33,7 @@
33
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/plugin-kit#readme",
34
"scripts": {
35
"build:dedupe-types": "node ../../tools/dedupe-types.js dist/cjs/index.cjs dist/esm/index.js",
36
- "build:cts": "node ../../tools/build-cts.js dist/esm/index.d.ts dist/cjs/index.d.cts",
+ "build:cts": "node ../../tools/build-cts.js dist/esm/index.d.ts dist/cjs/index.d.cts && node -e \"fs.cpSync('dist/esm/types.d.ts', 'dist/cjs/types.d.cts')\"",
37
"build": "rollup -c && npm run build:dedupe-types && tsc -p tsconfig.esm.json && npm run build:cts",
38
"lint:types": "attw --pack",
39
"pretest": "npm run build",
0 commit comments