MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / generateNpmPackage

Function generateNpmPackage

gulpfile.js:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55function generateNpmPackage(){
56 return src([destFile, packageJson, readme])
57 .pipe(dest(destNpmFolder));
58}
59
60exports.build = series(build, minify, minifyES5, generateNpmPackage);
61exports.default = function(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected