Skip to content

Commit

Permalink
Added lint:packages script (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 19, 2024
1 parent e990dc2 commit b2fef09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"build:profile": "lerna run build --stream --profile",
"build:necessary": "lerna run build --scope=@deephaven/icons",
"analyze": "lerna run analyze",
"lint:packages": "eslint \"packages/*/src/**/*.{ts,tsx,js,jsx}\"",
"preview": "lerna run --scope=@deephaven/{code-studio,embed-widget} preview --stream",
"preview:app": "lerna run --scope=@deephaven/code-studio preview --stream",
"prestart": "npm run build:necessary",
Expand Down

0 comments on commit b2fef09

Please sign in to comment.