Skip to content

Commit ee45bca

Browse files
committed
fix clear script
1 parent 8a72152 commit ee45bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Hoc to easily map window sizes to props.",
55
"main": "lib/index.js",
66
"scripts": {
7-
"clean": "rimraf lib",
7+
"clear": "rimraf lib",
88
"lint": "eslint src",
99
"build": "cross-env NODE_ENV=production npm run lint && npm run clear && babel src -d lib --source-maps",
10-
"prepublish": "npm run lint && npm run clean && npm run build",
10+
"prepublish": "npm run lint && npm run clear && npm run build",
1111
"storybook": "start-storybook -p 6006",
1212
"build-storybook": "build-storybook"
1313
},

0 commit comments

Comments
 (0)