From d7406c2c3284a6a73faf316034d95087aeb3e4d3 Mon Sep 17 00:00:00 2001 From: zhengqi zhang <770166635@qq.com> Date: Tue, 2 Jul 2024 10:24:26 +0800 Subject: [PATCH] test --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..2f12d2ec --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + command = "npm install && npm run build" + +[[plugins]] + package = "netlify-plugin-playwright" + +[context.production.environment] + PLAYWRIGHT_BROWSERS_PATH = "/opt/buildhome/.cache/ms-playwright"