Date: Monday, March 20, 2023 @ 04:08:32
  Author: polyzen
Revision: 1424375

Remove check that does nothing

Modified:
  typescript-svelte-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    5 -----
 1 file changed, 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 04:04:53 UTC (rev 1424374)
+++ PKGBUILD    2023-03-20 04:08:32 UTC (rev 1424375)
@@ -20,11 +20,6 @@
   yarn build
 }
 
-check() {
-  cd language-tools-typescript-plugin-$pkgver/packages/typescript-plugin
-  yarn test
-}
-
 package() {
   install -d "$pkgdir"/usr/lib/node_modules/$pkgname
 

Reply via email to