Skip to content

Commit

Permalink
Use only local stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent eb92d9f commit 99d7bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"update:deps": "yarn upgrade-interactive && yarn update:sdks",
"build": "yarn tsc --build",
"clean": "yarn tsc --build --clean",
"lint": "yarn eslint src --ext .js,.ts,.tsx,.jsx",
"lint": "yarn eslint ./src --ext .js --ext .ts --ext .tsx --ext .jsx",
"prepublish": "yarn build",
"test": "yarn mocha './src/**/*.test.ts'"
},
Expand Down

0 comments on commit 99d7bd7

Please sign in to comment.