Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit f505366

Browse files
committed
fix: Correct deploy script in package.json
1 parent a34050a commit f505366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"homepage": "https://bluepixeldev.github.io/boardify",
77
"scripts": {
8+
"deploy": "gh-pages -d dist",
89
"dev": "vite",
910
"build": "tsc -b && vite build",
1011
"lint": "eslint .",

0 commit comments

Comments
 (0)