We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06323 commit 95236e2Copy full SHA for 95236e2
packages/sdk/package.json
@@ -35,7 +35,7 @@
35
"access": "public"
36
},
37
"scripts": {
38
- "lint": "eslint --fix --ext .ts src",
+ "lint": "eslint --fix src",
39
"prepublish": "rm -rf dist && pnpm run build",
40
"build": "pnpm run build:node && pnpm run build:browser",
41
"build:node": "tsc -p tsconfig.node.json",
0 commit comments