Skip to content

Commit

Permalink
chore: add git repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 9, 2024
1 parent f01726d commit 678bebe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/typescript-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: "https://registry.npmjs.org"
node-version: 20
registry-url: https://registry.npmjs.org/
scope: "@arizeai"
always-auth: true
- name: Echo npmrc
run: cat $NPM_CONFIG_USERCONFIG
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.0",
"private": true,
"description": "Monorepo for OpenInference Javascript Tooling",
"repository": {
"type": "git",
"url": "https://github.com/Arize-ai/openinference.git"
},
"scripts": {
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
Expand Down
4 changes: 4 additions & 0 deletions js/packages/openinference-instrumentation-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"module": "dist/esm/index.js",
"esnext": "dist/esnext/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Arize-ai/openinference.git"
},
"scripts": {
"prebuild": "rimraf dist & pnpm run version:update",
"build": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
Expand Down

0 comments on commit 678bebe

Please sign in to comment.