Skip to content

Commit ecfb7ca

Browse files
committed
Update dev-helper.sh
1 parent d30a122 commit ecfb7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >> /dev/null && pwd)"
66

7-
yarn build
7+
# yarn build
88

9-
cp -af "$_dir/dist/src/" "$_dir/demo/components/ImageViewer"
9+
cp -af "$_dir/src/" "$_dir/demo/components/ImageViewer"

0 commit comments

Comments
 (0)