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

Commit 8f4d40a

Browse files
committed
fix(build): packer file
1 parent 285243b commit 8f4d40a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deploy/production/packer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir "${PACKER_TMP_DIR}"
1515

1616
echo "[Step 2/${TOTAL_STEPS}] cp files to ${PACKER_TMP_DIR} ..."
1717
cp -rf src server config public utils "${PACKER_TMP_DIR}"
18-
cp .env.production tsconfig.json .babelrc package.json package-lock.json next.config.js i18n.js "${PACKER_TMP_DIR}"
18+
cp .env.production tsconfig.json .babelrc package.json package-lock.json next.config.js i18n.js global.d.ts "${PACKER_TMP_DIR}"
1919
cp Makefile Makefile.include.mk "${PACKER_TMP_DIR}"
2020

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

deploy/production/web.tar.gz

177 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)