diff --git a/extensions/pusher/js/package.json b/extensions/pusher/js/package.json index 775c2206d..47acfbe23 100644 --- a/extensions/pusher/js/package.json +++ b/extensions/pusher/js/package.json @@ -9,7 +9,7 @@ "format": "prettier --write src", "format-check": "prettier --check src", "clean-typings": "npx rimraf dist-typings && mkdir dist-typings", - "build-typings": "npm run clean-typings && tsc && [[ -e src/@types ]] && cp -r src/@types dist-typings/@types", + "build-typings": "npm run clean-typings && tsc && [ -e src/@types ] && cp -r src/@types dist-typings/@types", "check-typings": "tsc --noEmit --emitDeclarationOnly false", "check-typings-coverage": "typescript-coverage-report" },