Skip to content

fix/schematic

fix/schematic #375

GitHub Actions / Release failed Feb 5, 2025 in 0s

Errors 1

Found 1 errors

Annotations

Check failure on line 1 in cli/cli-ui-schematics-component/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @atls/cli-ui-schematics-component

Exit code 1
Raw output
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                                                              │
│  src/request-project-information/request-project-information.component.tsx:10:9                                                                      TS2305  │
│                                                                                                                                                              │
│   8 | import React           from 'react'                                                                                                                    │
│   9 |                                                                                                                                                        │
│> 10 | import { ProjectType } from '@atls/schematics'                                                                                                         │
│     |         ^                                                                                                                                              │
│  11 |                                                                                                                                                        │
│  12 | interface SubmitProps {                                                                                                                                │
│  13 |   onSubmit: (props: ProjectInformationProperties) => void                                                                                              │
│                                                                                                                                                              │
│  Module '"@atls/schematics"' has no exported member 'ProjectType'.                                                                                           │
│                                                                                                                                                              │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯