UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

17 lines 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PostInstallCommand = void 0; const yok_1 = require("../yok"); class PostInstallCommand { constructor($errors) { this.$errors = $errors; this.disableAnalytics = true; this.allowedParameters = []; } async execute(args) { this.$errors.fail("This command is deprecated. Use `ns dev-post-install-cli` instead"); } } exports.PostInstallCommand = PostInstallCommand; yok_1.injector.registerCommand("dev-post-install", PostInstallCommand); //# sourceMappingURL=post-install.js.map