Skip to content

Commit 48fa092

Browse files
🤖 chore: Add release script.
1 parent 2cce9ca commit 48fa092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"lint": "true",
77
"prepare": "npm run build",
88
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
9-
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast"
9+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
10+
"release": "np --message ':hatching_chick: release: Bumping to v%s.'"
1011
},
1112
"description": "type checking code bricks for JavaScript",
1213
"keywords": [

0 commit comments

Comments
 (0)