Skip to content

Commit f7b83f1

Browse files
authored
Merge pull request LambdaTest#8 from pinanks/change-repo-structure
Change repo structure
2 parents 8b4922a + 3fa2d54 commit f7b83f1

File tree

14 files changed

+2
-10
lines changed

14 files changed

+2
-10
lines changed

.github/workflows/release-js.yaml

Lines changed: 2 additions & 8 deletions
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 }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)