We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36a8b34 + b5c6169 commit b0b907dCopy full SHA for b0b907d
.github/workflows/release.yaml
@@ -18,6 +18,9 @@ jobs:
18
node-version: '18'
19
registry-url: 'https://registry.npmjs.org'
20
21
+ - name: Remove package-lock.json
22
+ run: rm -rf package-lock.json
23
+
24
- name: Install pnpm
25
run: npm install -g pnpm
26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lambdatest/smartui-cli",
3
- "version": "4.0.19",
+ "version": "4.0.20",
4
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
"files": [
6
"dist/**/*"
0 commit comments