()
| 722 | const npmInstall = () => execute('npm install --legacy-peer-deps'); |
| 723 | |
| 724 | const npmPublish = () => execute('npm publish'); |
| 725 | |
| 726 | const {parallel, series} = gulp; |
| 727 |
nothing calls this directly
no test coverage detected
searching dependent graphs…