Skip to content

Commit 33a3e81

Browse files
😒 chore(package.json): prepublish -> prepare.
1 parent f337068 commit 33a3e81

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
@@ -77,8 +77,8 @@
7777
"scripts": {
7878
"build": "rm -rf lib && babel src -d lib",
7979
"cover": "nyc --reporter=lcov npm test",
80-
"prepublish": "npm run build",
8180
"test": "ava",
82-
"esdoc": "esdoc"
81+
"esdoc": "esdoc",
82+
"prepare": "npm run build"
8383
}
8484
}

0 commit comments

Comments
 (0)