vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.59k stars 2.08k forks source link

chore: fix legacy docs build #7148

Closed lsliwaradioluz closed 4 months ago

lsliwaradioluz commented 4 months ago

πŸ”— Linked issue

ES-516

❓ Type of change

πŸ“š Description

After adding storyblok repo to the legacy branch, legacy docs stopped building. Even though while building the /docs we do not explicitly use api extractor on storyblok, it still throws the following error:

Error: /Users/lukaszsliwa/Documents/repo/core/vue-storefront/packages/storyblok/src/types.ts:1:1 - (ae-wrong-input-file-type) Incorrect file type; API Extractor expects to analyze compiler outputs with the .d.ts file extension. Troubleshooting tips: https://api-extractor.com/link/dts-error

This PR only supresses the error since I truly have no idea why it's ocurring. Nevertheless, we should take a look at this issue in the future and fix it at the root.

πŸ“ Checklist

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 79fd0dfb6b752cb86d3e4795f64e70ce96f04fbd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR