]> gerrit.simantics Code Review - simantics/district.git/blob - bin/node-gyp-bin/node-gyp.cmd
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / bin / node-gyp-bin / node-gyp.cmd
1 if not defined npm_config_node_gyp (
2   node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3 ) else (
4   node "%npm_config_node_gyp%" %*
5 )