Skip to content

Commit deb4163

Browse files
committed
fix typescript a bit
1 parent 1225857 commit deb4163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"dev": "next dev",
2323
"lint-fix": "bun biome format --write && bun biome lint && tsc --noemit",
24-
"build": "next build",
24+
"build": "next build && touch ./out/.nojekyll",
2525
"start": "next start"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)