ci: fix build

This commit is contained in:
Morten Olsen
2022-12-07 07:27:49 +01:00
parent 3f5e941446
commit bf5138142d
20 changed files with 441 additions and 84 deletions

View File

@@ -33,7 +33,7 @@
"scripts": {
"cli": "yarn workspace @morten-olsen/goodwrites-cli run cli",
"dev": "yarn workspace @morten-olsen/personal-webpage next dev",
"build": "yarn workspace @morten-olsen/personal-webpage next build && yarn workspace @morten-olsen/personal-webpage next export",
"build": "tsc --build && yarn workspace @morten-olsen/personal-webpage next build && yarn workspace @morten-olsen/personal-webpage next export",
"postinstall": "husky install"
},
"private": true,