Skip to content

Commit 4875b38

Browse files
authored
Merge pull request #5 from Konkuk-KUIT/deploy-with-not-package
feat: build index page when local pnpm build
2 parents 12e45a4 + 0833a8d commit 4875b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kuit-fe",
33
"version": "1.0.0",
44
"scripts": {
5-
"build": "pnpm --recursive build && node .scripts/copy-files.js",
5+
"build": "pnpm --recursive build && node .scripts/copy-files.js && node .scripts/index-page-builder.js",
66
"deploy": "gh-pages -d build"
77
},
88
"homepage": "https://konkuk-kuit.github.io/KUIT4_Web-FrontEnd",

0 commit comments

Comments
 (0)