Skip to content

Commit

Permalink
chore: Add Prettier to package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Dec 30, 2024
1 parent 8f3dc63 commit 257afe4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
21 changes: 19 additions & 2 deletions adapters/assistant-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions adapters/assistant-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inferable/assistant-ui",
"version": "0.0.8",
"version": "0.0.9",
"description": "Assistant UI Inferable runtime provider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,8 +11,7 @@
"dev": "vite",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"format:check": "prettier --check $(git diff --diff-filter=d --name-only origin/main HEAD | grep -E \"\\.(ts|tsx)$\" || echo \".\") || exit 0",
"prepublishOnly": "npm run clean && npm run format:check && npm run test && npm run build",
"publish": "npm publish --access public"
"prepublishOnly": "npm run clean && npm run format:check && npm run test && npm run build"
},
"author": "Inferable, Inc.",
"license": "MIT",
Expand All @@ -38,4 +37,4 @@
"dependencies": {
"@inferable/react": "^0.0.17"
}
}
}

0 comments on commit 257afe4

Please sign in to comment.