Skip to content

Commit e09cbd3

Browse files
committed
Remove old files from build
1 parent 0befa80 commit e09cbd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2-
./node_modules/.bin/babel src --out-dir lib
2+
rm -rf lib
3+
./node_modules/.bin/babel src --out-dir lib

0 commit comments

Comments
 (0)