We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0befa80 commit e09cbd3Copy full SHA for e09cbd3
scripts/build
@@ -1,2 +1,3 @@
1
#!/bin/sh
2
-./node_modules/.bin/babel src --out-dir lib
+rm -rf lib
3
+./node_modules/.bin/babel src --out-dir lib
0 commit comments