Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 22, 2024
1 parent 604eb6a commit 5c97600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"preinstall": "npx only-allow pnpm",
"clean": "rm -rf .turbo dist node_modules/.cache",
"re-bundle-types": "dts-bundle-generator --config dts-config.json",
"are-the-types-wrong": "bash -c 'pnpm pack > /dev/null && attw eslint-config-sheriff-*.tgz --profile=esm-only; STATUS=$? && rm eslint-config-sheriff-*.tgz; exit $STATUS'",
"are-the-types-wrong": "bash -c 'pnpm pack >/dev/null && ls && echo lol eslint-config-sheriff-*.tgz && attw eslint-config-sheriff-*.tgz --profile=esm-only; STATUS=$? && rm -f eslint-config-sheriff-*.tgz; exit $STATUS'",
"build": "tsup && pnpm re-bundle-types",
"build-watch": "tsup && pnpm re-bundle-types",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 5c97600

Please sign in to comment.