node.js - How do I configure Webstorm 10 to run npm install --force before debugging? -
i have shared submodule requires me run "npm install --force" before can run webstorm , debug application. edit debug configuration have before launch action run npm command me. can done?
at counfiguration window ( set debug configuration ) can find 'before launch' section
see more @ https://www.jetbrains.com/phpstorm/help/run-debug-configuration-javascript-debug.html ( search on page 'before launch')
before launch specify tasks must performed before applying run/debug configuration. specified tasks performed in order appear in list.
Comments
Post a Comment