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
{{ message }}
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
When we run npm run export, the svelte compiler may emit some warnings. We want to turn the warnings into hard errors to prevent mistakes. So what we want to do is to make npm run export exits with 1 if there are any warnings. Let's see if it accepts any option to enable this.