mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add grunt.cmd
This commit is contained in:
5
script/grunt.cmd
Normal file
5
script/grunt.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\grunt" %*
|
||||
) ELSE (
|
||||
node "%~dp0\grunt" %*
|
||||
)
|
||||
Reference in New Issue
Block a user