Skip to content

Commit 7dc8c21

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent 12c5a8f commit 7dc8c21

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
@@ -124,9 +124,9 @@
124124
"scripts": {
125125
"build": "babel src -d lib",
126126
"cover": "nyc --reporter=lcov npm test",
127-
"prepublish": "npm run build",
128127
"test": "ava",
129128
"esdoc": "esdoc",
130-
"lint": "true"
129+
"lint": "true",
130+
"prepare": "npm run build"
131131
}
132132
}

0 commit comments

Comments
 (0)