Skip to content

Commit 2b9bbf4

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent b3da5eb commit 2b9bbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
"scripts": {
121121
"build": "babel src -d lib",
122122
"cover": "nyc --reporter=lcov npm test",
123-
"prepublish": "npm run build",
124123
"test": "ava",
125124
"esdoc": "esdoc",
126-
"lint": "true"
125+
"lint": "true",
126+
"prepare": "npm run build"
127127
}
128128
}

0 commit comments

Comments
 (0)