Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b411dc

Browse files
committedSep 9, 2020
😒 chore: Add release script.
1 parent 7823aa0 commit 7b411dc

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
@@ -30,7 +30,8 @@
3030
"prepare": "npm run build",
3131
"cover": "nyc --reporter=lcov npm test",
3232
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
33-
"travis": "npm run lint && npm run cover"
33+
"travis": "npm run lint && npm run cover",
34+
"release": "np"
3435
},
3536
"description": "character sequence code bricks for JavaScript",
3637
"dependencies": {},

0 commit comments

Comments
 (0)
Failed to load comments.