Skip to content

Commit

Permalink
remove publint since its broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Jan 27, 2024
1 parent 3ede4f4 commit d412a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"scripts": {
"format": "prettier --write 'src/**/*'",
"lint": "eslint src/ && bunx publint --strict --level warning",
"lint": "eslint src/",
"fix": "eslint src/ --fix",
"build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./cjs/package.json",
Expand Down

0 comments on commit d412a10

Please sign in to comment.