From 77705da0f1e19127940125a6673f8b012f09c3e1 Mon Sep 17 00:00:00 2001 From: keyan Date: Wed, 23 Feb 2022 11:20:51 -0600 Subject: [PATCH] don't build on config updates --- .platform/confighooks/predeploy/00_build.sh | 7 ------- components/text.js | 1 - 2 files changed, 8 deletions(-) delete mode 100755 .platform/confighooks/predeploy/00_build.sh diff --git a/.platform/confighooks/predeploy/00_build.sh b/.platform/confighooks/predeploy/00_build.sh deleted file mode 100755 index 8ceacc1a..00000000 --- a/.platform/confighooks/predeploy/00_build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -echo primsa migrate -npm run migrate - -echo build with npm -npm run build \ No newline at end of file diff --git a/components/text.js b/components/text.js index 3b239c1f..fa107e5d 100644 --- a/components/text.js +++ b/components/text.js @@ -66,7 +66,6 @@ export default function Text ({ nofollow, children }) { return {match} }) : e) - console.log(href) return ( /* eslint-disable-next-line */