mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
ci: fix build
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user