Skip to content
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.
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
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.