Skip to content

Commit 198e3cf

Browse files
fix: change build file
1 parent 43a3969 commit 198e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/gh-pages/pre_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ yarn --cwd ${TRAVIS_BUILD_DIR} build
1616

1717
cp -f ${current}/plugin.js ${GH_WORK_DIR}/
1818
cp -f ${current}/plugin.scss ${GH_WORK_DIR}/
19-
cp -f ${TRAVIS_BUILD_DIR}/jquery.marker-animation.min.js ${GH_WORK_DIR}/
19+
cp -f ${TRAVIS_BUILD_DIR}/build/index.js ${GH_WORK_DIR}/
2020

2121
yarn --cwd ${GH_WORK_DIR} add jquery

0 commit comments

Comments
 (0)