Skip to content

Commit aa86528

Browse files
committed
Apply suggestion from code review
remove temporary types copying
1 parent f24d235 commit aa86528

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/postbuild.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ for f in $ASSETS; do
2323
cp $f $BUILD_DIR/
2424
done
2525

26-
# TEMPORARY (TODO remove in v7) copy types to esm and dist
27-
cp -r $BUILD_DIR/types/ $BUILD_DIR/dist
28-
cp -r $BUILD_DIR/types/ $BUILD_DIR/esm
29-
3026
# package.json modifications
3127

3228
# sed command to modify package.json entry points in build dir

0 commit comments

Comments
 (0)