Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-lt committed Jun 20, 2023
1 parent 7ffbd17 commit d4317a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test:unit": "karma start test/karma.conf.js --single-run",
"test:typings": "tsc -p test/typings-test/",
"test:debug": "karma start test/karma.conf.js --log-level debug",
"test:ltcloud": "cross-env LAMBDATEST=true pnpm run test:ltTunnel & sleep 10 && pnpm run test:unit && (kill $(cat tunnel.pid) || exit 0)",
"test:ltcloud": "cross-env LAMBDATEST=true pnpm run test:ltTunnel & sleep 10 && pnpm run test:unit; (kill $(cat tunnel.pid) || true)",
"test:ltTunnel": "node test/lt-local"
},
"just-build": {
Expand Down

0 comments on commit d4317a6

Please sign in to comment.