Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit d8f5749

Browse files
committed
feat(package.json): add release script
1 parent d8c4611 commit d8f5749

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
@@ -12,7 +12,8 @@
1212
"build": "mkdist -d",
1313
"lint": "eslint --cache .",
1414
"format": "nr lint --fix",
15-
"typecheck": "tsc --noEmit"
15+
"typecheck": "tsc --noEmit",
16+
"release": "nr typecheck && nr test run && nr build && nlx bumpp -s && npm publish"
1617
},
1718
"dependencies": {
1819
"await-to-js": "^3.0.0",

0 commit comments

Comments
 (0)