Skip to content

Commit

Permalink
Fix typo in examples/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalas committed Aug 3, 2023
1 parent c6dfba4 commit 18114b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"demo:prompting-basics": "yarn build && node dist/prompting-basics.js",
"demo:validated-generation": "yarn build && node dist/validated-generation.js",
"demo:image-generation": "yarn build && node dist/image-generation.js",
"demo:shrink": "yarn build && node dist/covnersation-shrinking.js",
"demo:shrink": "yarn build && node dist/conversation-shrinking.js",
"view-logs": "cat ai-jsx.log | pino-pretty",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
Expand Down

3 comments on commit 18114b8

@vercel
Copy link

@vercel vercel bot commented on 18114b8 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-docs – ./packages/docs

ai-jsx-docs.vercel.app
ai-jsx-docs-git-main-fixie-ai.vercel.app
ai-jsx-docs-fixie-ai.vercel.app
docs.ai-jsx.com

@vercel
Copy link

@vercel vercel bot commented on 18114b8 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-nextjs-demo – ./packages/nextjs-demo

ai-jsx-nextjs-demo-fixie-ai.vercel.app
ai-jsx-nextjs-demo-git-main-fixie-ai.vercel.app
ai-jsx-nextjs-demo.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 18114b8 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-tutorial-nextjs – ./packages/tutorial-nextjs

ai-jsx-tutorial-nextjs-git-main-fixie-ai.vercel.app
ai-jsx-tutorial-nextjs.vercel.app
ai-jsx-tutorial-nextjs-fixie-ai.vercel.app

Please sign in to comment.