This commit is contained in:
Alex
2023-08-01 19:58:42 -04:00
parent a27416f190
commit 574ff427d1
4 changed files with 19 additions and 21 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
./src/build-local-rules.ts
./esbuild.ts
npx tsc ./src/local/index.ts --outdir ./dist/local --target ESNext --module CommonJS >/dev/null
npx tsc ./src/basic.ts --outdir ./dist --declaration --target ESNext --module CommonJS >/dev/null
npx tsc ./src/local/index.ts --outdir ./dist/local --target ESNext --module CommonJS --esModuleInterop >/dev/null
npx tsc ./src/index.ts --outdir ./dist --declaration --target ESNext --module CommonJS --esModuleInterop >/dev/null
type() {
npx dts-bundle-generator "./eslint-plugin-$1/$2" \