Skip to content

Commit

Permalink
Run scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
edolganov committed Aug 22, 2024
1 parent 1c53256 commit 78a7fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"main": "./dist/esbuild/index.js",
"types": "./dist/tsc/index.d.ts",
"scripts": {
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"test": "jest --passWithNoTests",
"clean": "rm -rf dist build package",
"docs": "typedoc --entryPoints src/index.ts",
Expand Down

0 comments on commit 78a7fa1

Please sign in to comment.