Skip to content

Commit bd5cfb3

Browse files
😒 chore: Add release script.
1 parent be72e2a commit bd5cfb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"cover": "nyc --reporter=lcov npm test",
7777
"test": "ava",
7878
"esdoc": "esdoc",
79-
"prepare": "npm run build"
79+
"prepare": "npm run build",
80+
"release": "np"
8081
},
8182
"files": [
8283
"lib"

0 commit comments

Comments
 (0)