Dynamically generate event calendar #332

Merged
a3thakra merged 25 commits from adi-ical into main 2021-09-27 16:20:20 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0b054e3f76 - Show all commits

View File

@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev",
"build": "npm run build && npm run generate:calendar",
"build": "npm run build:web && npm run generate:calendar",
"build:web": "next build",
"start": "next start",
"export": "next export",