Skip to content

Commit

Permalink
📝 La til throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Oct 11, 2023
1 parent 8af4b78 commit 0d8ea56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aksel.nav.no/website/scripts/update-props.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ async function updateProps() {
2
)
);
throw new Error(
"Failed when deleting old prop-documentation from sanity, see warning above."
);
});
}

Expand Down

0 comments on commit 0d8ea56

Please sign in to comment.