Skip to content

Commit cd69acd

Browse files
committed
Update check style. Nodejs uses global libs by default. v1.3
1 parent 98c6665 commit cd69acd

File tree

4 files changed

+525
-225
lines changed

4 files changed

+525
-225
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set NODE_PATH=%USERPROFILE%\node_modules
1+
set NODE_PATH=%appdata%\npm\node_modules
22
cd bin
33
node $(ProjectID).js
44
pause

$(BaseDir)/Settings/ToolBar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
<button label="Kill FlashPlayer, neko, haxe, nekotools" click="RunProcess" tag="$(BaseDir)\Tools\killer.cmd" image="111" />
1919
<button label="Gen munit" click="RunProcess" tag="neko;$(BaseDir)\Tools\genmunit.n $(ProjectDir) $(TypPkgName)" image="33" />
2020
<button label="Open in Unity" click="RunProcess" tag="$(ProjectDir)\bin\Assets\main.unity" image="201" />
21-
<button label="Check style" click="RunProcessCaptured" tag="C:\HaxeToolkit\haxe\haxelib.exe;run checkstyle -s $(CurFile) -c $(BaseDir)\Tools\config.json -r text" image="461" />
21+
<button label="Check style" click="RunProcessCaptured" tag="$(CompilerPath)\haxelib.exe;run checkstyle -s $(CurFile) -c $(BaseDir)\Tools\config.json -r text" image="461" />
2222
</toolbar>

0 commit comments

Comments
 (0)