Skip to content

Commit 26bc48c

Browse files
committed
Run compilation before linting for better errors
1 parent 1a1689c commit 26bc48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ ifneq ($(npm_config_offline),true)
145145
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit
146146
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run check-licenses
147147
endif
148-
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run cilint
149148
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run compile
149+
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run cilint
150150
@echo Now run:
151151
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
152152

0 commit comments

Comments
 (0)