You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -345,19 +345,6 @@ jobs:
345
345
yarn extract-errors
346
346
git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
347
347
348
-
check_generated_fizz_runtime:
349
-
docker: *docker
350
-
environment: *environment
351
-
steps:
352
-
- checkout
353
-
- attach_workspace: *attach_workspace
354
-
- setup_node_modules
355
-
- run:
356
-
name: Confirm generated inline Fizz runtime is up to date
357
-
command: |
358
-
yarn generate-inline-fizz-runtime
359
-
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
0 commit comments