Skip to content

Commit

Permalink
fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnd-mhuchet committed Jul 9, 2024
1 parent f765110 commit d40b2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "talend-scripts build",
"start": "talend-scripts start",
"lint": "talend-scripts lint:es"
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion component-starter-server/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "talend-scripts build",
"start": "talend-scripts start",
"lint": "talend-scripts lint:es"
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.0",
Expand Down

0 comments on commit d40b2d3

Please sign in to comment.