Skip to content

Commit

Permalink
Try different TYPESCRIPT_ES_PRE_COMMANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricnz committed Jan 24, 2024
1 parent b7dda74 commit 92f0a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ FILEIO_REPORTER: false
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.cjs
TYPESCRIPT_ES_CLI_LINT_MODE: project
TYPESCRIPT_ES_PRE_COMMANDS:
- command: npm install
- command: "npm install"
cwd: workspace
- command: "npm list --depth=0"
cwd: workspace

0 comments on commit 92f0a33

Please sign in to comment.