MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/build.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const Builder = require('../models/builder');
6
7module.exports = class BuildTask extends Task {
8 // Options: String outputPath
9 async run(options) {
10 let ui = this.ui;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected