Skip to content

Commit c77d4c2

Browse files
🔨 build: Upgrade build script.
1 parent dafa87f commit c77d4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"url": "https://github.com/aureooms/js-permutation.git"
6868
},
6969
"scripts": {
70-
"build": "babel src -d lib",
70+
"build": "rm -rf lib && babel src -d lib",
7171
"cover": "nyc --reporter=lcov npm test",
7272
"prepublish": "npm run build",
7373
"test": "ava",

0 commit comments

Comments
 (0)