From 1338d65879c1d3ac779c689ff0bcefbb8a0dbc09 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Tue, 20 Feb 2024 16:16:43 +0000 Subject: [PATCH] remove script from the build --- .deployignore | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.deployignore b/.deployignore index 35257f1..5102c67 100644 --- a/.deployignore +++ b/.deployignore @@ -29,4 +29,4 @@ types tests src bin -build-script.sh \ No newline at end of file +build-script.sh diff --git a/.gitignore b/.gitignore index 77d320a..ff456c1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests-examples/ /playwright-report/ /blob-report/ /playwright/.cache/ +build-script.sh