Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 5f78e7f

Browse files
committed
add release command
1 parent f79f8d2 commit 5f78e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"makemigration": "./bin/makemigration.js"
1010
},
1111
"scripts": {
12+
"release": "release-it",
1213
"test": "echo \"Error: no test specified\" && exit 1"
1314
},
1415
"repository": {
@@ -37,5 +38,8 @@
3738
"lodash": "^4.17.11",
3839
"object-hash": "^1.3.1",
3940
"sequelize": "^4.42.0"
41+
},
42+
"devDependencies": {
43+
"release-it": "^14.9.0"
4044
}
4145
}

0 commit comments

Comments
 (0)