UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

9 lines (8 loc) 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedStorybookVersion = assertSupportedStorybookVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedStorybookVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, 'storybook', versions_1.minSupportedStorybookVersion); }