Skip to content

Commit

Permalink
Merge branch 'main' into openai-instrumentor
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Jan 9, 2024
2 parents 4cd42cd + 2bf616a commit d6c4c5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typescript-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: "https://registry.npmjs.org"
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: Install Dependencies
Expand All @@ -40,3 +39,4 @@ jobs:
cwd: "./js"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sdist
**/.ipynb_checkpoints/
**/.DS_Store
.pnpm-store
.npmrc

# Data files
*.csv
Expand All @@ -18,4 +19,4 @@ sdist
*.hdf5

# version.ts file is automatically generated at compile time
version.ts
version.ts
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r --no-git-checks"
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r --access public"
},
"keywords": [
"telemetry",
Expand Down

0 comments on commit d6c4c5c

Please sign in to comment.