Prashant Kumar Tiwari
Results
1
issues of
Prashant Kumar Tiwari
I want to write single npm task which can accept multiple command line arguments // build.gradle task npmRunTestSuite(type: NpmTask) { // args = ['run', 'regression-test'] } now from command prompt...