Skip to content

Commit b0b907d

Browse files
authored
Merge pull request #209 from lt-zeeshan/DOT-3640
Remove package-lock.json from release
2 parents 36a8b34 + b5c6169 commit b0b907d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: '18'
1919
registry-url: 'https://registry.npmjs.org'
2020

21+
- name: Remove package-lock.json
22+
run: rm -rf package-lock.json
23+
2124
- name: Install pnpm
2225
run: npm install -g pnpm
2326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.0.19",
3+
"version": "4.0.20",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

0 commit comments

Comments
 (0)