Skip to content

Commit e84c465

Browse files
committed
build: add clean publish
1 parent eab5256 commit e84c465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"build": "rimraf lib && babel src -d lib",
2222
"test": "nyc ava",
2323
"lint": "eslint {src,test}/*.js *.md --fix",
24-
"pretest": "clinton && npm run lint"
24+
"pretest": "clinton && npm run lint",
25+
"publish": "clean-publish"
2526
},
2627
"files": [
2728
"lib/"

0 commit comments

Comments
 (0)