build: fix website build

This commit is contained in:
iCrawl
2022-09-02 22:03:32 +02:00
parent 1d460e0434
commit 0238588067
9 changed files with 11 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build && yarn lint-staged
yarn build && yarn workspace @discordjs/website run build:local && yarn lint-staged