From 2fad0562d97b3d4b134df225eef55482ffbe0e1b Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Fri, 16 Aug 2024 16:33:35 -0700 Subject: [PATCH] fix bundle script --- package-lock.json | 3 --- scripts/bundle.sh | 1 - 2 files changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f912f51..7f44f505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,6 @@ "xml-js": "1.6.11", "yargs": "17.7.2" }, - "bin": { - "sauce-testcafe-runner": "bin/testcafe" - }, "devDependencies": { "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", diff --git a/scripts/bundle.sh b/scripts/bundle.sh index de2d53d5..cba1f830 100644 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -3,7 +3,6 @@ rm -rf ./bundle/ mkdir ./bundle/ mkdir -p ./bundle/scripts cp -r ./src/ ./bundle/src/ -cp -r ./bin/ bundle/bin/ cp package.json bundle/package.json cp package-lock.json bundle/package-lock.json cp tsconfig.json bundle/tsconfig.json