Skip to content

Commit

Permalink
remove api-docs from gitignore to fix build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymi committed Sep 28, 2023
1 parent f7aa4fa commit f893c51
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
package-lock.json


/static/api/component-apis.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://ato-ui.vercel.app/",
"scripts": {
"dev": "tsx ./scripts/api-docs.ts && vite dev",
"build": "vite build && tsx ./scripts/api-docs.ts && npm run package",
"build": "vite build && npm run package",
"create-api-docs": "tsx ./scripts/api-docs.ts",
"create-highlights": "tsx ./scripts/prepare.ts",
"preview": "vite preview",
Expand Down
Loading

0 comments on commit f893c51

Please sign in to comment.