Skip to content

Commit 87a8bfd

Browse files
😒 chore: Add release script.
1 parent 942f59f commit 87a8bfd

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
@@ -51,7 +51,8 @@
5151
"prepare": "npm run build",
5252
"cover": "nyc --reporter=lcov npm test",
5353
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
54-
"travis": "npm run lint && npm run cover"
54+
"travis": "npm run lint && npm run cover",
55+
"release": "np"
5556
},
5657
"dependencies": {},
5758
"main": "lib/index.js",

0 commit comments

Comments
 (0)