Commit 91b40a0
authored
Run custom elements manifest generation in build for fast foundation (#37)
# Pull Request
## 📖 Description
In #36 scripts to build a custom elements
manifest wree added but not included in the build step. This PR adds
that step to build
## ✅ Checklist
### General
- [x] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [ ] I have read the
[CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md)
documentation and followed the
[standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards)
for this project.
---------
Co-authored-by: rajsite <1588923+rajsite@users.noreply.github.com>1 parent 7551b8b commit 91b40a0
File tree
3 files changed
+14
-7
lines changed- change
- packages/web-components/fast-foundation
3 files changed
+14
-7
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments