Commit c81eaf0
authored
[MAJC-105] Include validateBuild in post-build step (#15)
* adding npm command for checking exmaple build and adding post build step to validate build files
* more validation, no test yet
* using beforeExit hook rather than exit hook
* stash
* better directory structure
* better directory structure
* ignoring packagejson for now
* test stash
* adding expected build files
* validateBuild script tested
* mocks not needed
* removing plugin from script dir
* updating validateBuild
* adding semicolons in validation check1 parent 343129c commit c81eaf0
File tree
12 files changed
+185
-16
lines changed- dist
- scripts
- test
12 files changed
+185
-16
lines changedLarge diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
0 commit comments