Skip to content

Commit

Permalink
Merge pull request #9 from LambdaTest/stage
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
sushobhit-lt committed Jan 3, 2024
2 parents 7e336e6 + d27c9e4 commit 11a31cb
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: |
ls -a
cd ./js
pnpm install
run: pnpm install

- name: Publish packages
run: |
ls -a
cd ./js
pnpm publish --recursive --access public --no-git-checks
run: pnpm publish --recursive --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@lambdatest/sdk-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaTest/lambdatet-sdk",
"directory": "js/packages/sdk-utils"
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk",
"directory": "packages/sdk-utils"
},
"type": "module",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@lambdatest/selenium-driver",
"version": "1.0.0",
"version": "1.0.1",
"description": "Selenium driver for all Lambdatest functionalities",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaTest/lambdatet-sdk",
"directory": "js/packages/selenium-driver"
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk",
"directory": "packages/selenium-driver"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions js/pnpm-lock.yaml → pnpm-lock.yaml

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

File renamed without changes.

0 comments on commit 11a31cb

Please sign in to comment.