BioPhoton / BioPhoton/angular-element-variants
missing package.build.json in core
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
After `npm install` and `npm run build-core` I got the following error:
```log
Error: [copy base] file does not exist > " /angular-element-variants/packages/core/package.build.json": ENOENT: no such file or directory, open ' /angular-element-variants/packages/core/package.build.json'
```
I think the part is here: https://github.com/BioPhoton/angular-element-variants/blob/master/packages/core/tooling/prepare-dist.ts#L15
what should does the package.build.json in the core? 🤔
Contributor guide
Assessment
This issue has not been assessed yet.