mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
11 lines
631 B
Markdown
11 lines
631 B
Markdown
|
# sparo-output-test
|
||
|
|
||
|
Building this project tests sparo command outputs
|
||
|
|
||
|
# Details
|
||
|
|
||
|
`lib/start-test.js` is run after building the project. This scripts generate the output text files under `temp/etc`. In local builds, those files are copied to `etc` folder. During a CI build, the files under these two folders are compared and the CI build fails if they are different. This ensures that files under `etc` folder must be up to date in the PR, and people who review the PR must approve any changes.
|
||
|
|
||
|
# How to fix the build errors
|
||
|
|
||
|
Run `rush build -t sparo-output-test` to regenerate files under `etc` folder and commit them into Git.
|