mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 23:24:44 +02:00
25 lines
1.3 KiB
Diff
25 lines
1.3 KiB
Diff
From 50b791cee1eeaa906d1b52726635d855d3e3dd86 Mon Sep 17 00:00:00 2001
|
|
From: Alistair Francis <alistair@alistair23.me>
|
|
Date: Tue, 25 Mar 2025 11:21:21 +1000
|
|
Subject: [PATCH] dash-html-components: Remove failing es-check
|
|
|
|
Signed-off-by: Alistair Francis <alistair@alistair23.me>
|
|
---
|
|
components/dash-html-components/package.json | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/components/dash-html-components/package.json b/components/dash-html-components/package.json
|
|
index 68e8f154..40a129a4 100644
|
|
--- a/components/dash-html-components/package.json
|
|
+++ b/components/dash-html-components/package.json
|
|
@@ -20,7 +20,6 @@
|
|
"build:js": "webpack --mode production",
|
|
"build:backends": "dash-generate-components ./src/components dash_html_components -p package-info.json && cp dash_html_components_base/** dash_html_components && dash-generate-components ./src/components dash_html_components -p package-info.json --r-prefix 'html' --r-suggests 'dash,dashCoreComponents' --jl-prefix 'html' && black dash_html_components",
|
|
"build": "npm run build:js && npm run build:backends",
|
|
- "postbuild": "es-check es5 dash_html_components/*.js",
|
|
"build:watch": "watch 'npm run build' src",
|
|
"test:py": "pytest --nopercyfinalize --headless tests/test_dash_html_components.py tests/test_integration.py",
|
|
"test": "run-s -c test:py lint"
|
|
--
|
|
2.48.1
|
|
|