MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / tar

Function tar

tests/acceptance/addon-smoke-test-slow.js:176–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176async function tar() {
177 let fileName = `${addonName}-0.0.0.tgz`;
178
179 if (fs.existsSync(fileName) === false) {
180 throw new Error(`unknown file: '${path.resolve(fileName)}'`);
181 }
182
183 return execa('tar', ['-tf', fileName]);
184}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected