Skip to content

Commit a294ce4

Browse files
committed
Remove dist when running "clear"
1 parent a0620f2 commit a294ce4

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
@@ -87,7 +87,7 @@
8787
"url": "https://github.com/declandewet/common-tags"
8888
},
8989
"scripts": {
90-
"clear": "rimraf lib && rimraf es",
90+
"clear": "rimraf lib && rimraf es && rimraf dist",
9191
"build": "npm run clear && npm run build:cjs && npm run build:es && npm run build:unpkg",
9292
"build:cjs": "babel src --out-dir lib --ignore **/*.test.js",
9393
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es --ignore **/*.test.js",

0 commit comments

Comments
 (0)