Skip to content

Commit 11a31cb

Browse files
authoredJan 3, 2024
Merge pull request #9 from LambdaTest/stage
Release v1.0.1
2 parents 7e336e6 + d27c9e4 commit 11a31cb

File tree

14 files changed

+8
-16
lines changed

14 files changed

+8
-16
lines changed
 

‎.github/workflows/release-js.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@ jobs:
2222
run: npm install -g pnpm
2323

2424
- name: Install dependencies
25-
run: |
26-
ls -a
27-
cd ./js
28-
pnpm install
25+
run: pnpm install
2926

3027
- name: Publish packages
31-
run: |
32-
ls -a
33-
cd ./js
34-
pnpm publish --recursive --access public --no-git-checks
28+
run: pnpm publish --recursive --access public --no-git-checks
3529
env:
3630
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

‎js/.gitignore ‎.gitignore

File renamed without changes.
File renamed without changes.

‎js/packages/sdk-utils/package.json ‎packages/sdk-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@lambdatest/sdk-utils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/LambdaTest/lambdatet-sdk",
9-
"directory": "js/packages/sdk-utils"
8+
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk",
9+
"directory": "packages/sdk-utils"
1010
},
1111
"type": "module",
1212
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎js/packages/selenium-driver/package.json ‎packages/selenium-driver/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@lambdatest/selenium-driver",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Selenium driver for all Lambdatest functionalities",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/LambdaTest/lambdatet-sdk",
9-
"directory": "js/packages/selenium-driver"
8+
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk",
9+
"directory": "packages/selenium-driver"
1010
},
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1"
File renamed without changes.

‎js/pnpm-lock.yaml ‎pnpm-lock.yaml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)
Failed to load comments.