Skip to content

Commit 13df76f

Browse files
committed
Clean es folder before build
1 parent 43b9385 commit 13df76f

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
@@ -11,7 +11,7 @@
1111
"src"
1212
],
1313
"scripts": {
14-
"clean": "rimraf lib dist coverage",
14+
"clean": "rimraf lib dist es coverage",
1515
"lint": "eslint src test examples",
1616
"test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-register --recursive",
1717
"test:watch": "npm test -- --watch",

0 commit comments

Comments
 (0)