Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1367918

Browse files
committed
chore: build production
1 parent f946fcd commit 1367918

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deploy/dev/web.tar.gz

461 KB
Binary file not shown.

deploy/production/packer.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ fi
1414
mkdir "${PACKER_TMP_DIR}"
1515

1616
echo "[Step 2/${TOTAL_STEPS}] cp files to ${PACKER_TMP_DIR} ..."
17-
cp -rf src config public utils .babelrc next-seo.config.js server.js package.json package-lock.json next.config.js "${PACKER_TMP_DIR}"
17+
cp -rf src config public utils .babelrc server.js package.json package-lock.json next.config.js "${PACKER_TMP_DIR}"
18+
cp tsconfig.json "${PACKER_TMP_DIR}"
19+
cp i18n.js "${PACKER_TMP_DIR}"
1820
cp Makefile Makefile.include.mk "${PACKER_TMP_DIR}"
1921

2022
echo "[Step 3/${TOTAL_STEPS}] creating ${ARCHIVE_NAME} ..."

deploy/production/web.tar.gz

391 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)