Fix typo in build script

This commit is contained in:
Aditya Thakral 2021-09-22 22:37:42 -04:00
parent c17e330258
commit 0b054e3f76
1 changed files with 1 additions and 1 deletions

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",