MCPcopy Index your code
hub / github.com/tinyplex/tinybase / npmPublish

Function npmPublish

gulpfile.mjs:724–724  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

722const npmInstall = () => execute('npm install --legacy-peer-deps');
723
724const npmPublish = () => execute('npm publish');
725
726const {parallel, series} = gulp;
727

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…