don't build on config updates

This commit is contained in:
keyan 2022-02-23 11:20:51 -06:00
parent 0b67e82e63
commit 77705da0f1
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
echo primsa migrate
npm run migrate
echo build with npm
npm run build

View File

@ -66,7 +66,6 @@ export default function Text ({ nofollow, children }) {
return <mark key={`mark-${match}-${i}`}>{match}</mark>
})
: e)
console.log(href)
return (
/* eslint-disable-next-line */