We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5465a commit ade5ee6Copy full SHA for ade5ee6
products/pages/src/content/platform/build-configuration.md
@@ -17,6 +17,7 @@ Below are some standard build commands and directories for popular frameworks an
17
| Docusaurus | `npm run build` | `build` |
18
| Eleventy | `eleventy` | `_site` |
19
| Ember.js | `ember build` | `dist` |
20
+| Expo | `expo build:web` | `web-build` |
21
| Gatsby | `gatsby build` | `public` |
22
| GitBook | `gitbook build` | `_book` |
23
| Gridsome | `gridsome build` | `dist` |
0 commit comments