Skip to content

Commit a3ede68

Browse files
committed
feat(migrate): add migrate alias
1 parent 77c6820 commit a3ede68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"migrate": "echo \"Running migration from staging to production...\n\n\" && node index.js"
88
},
99
"keywords": [],
1010
"author": "Ruby Central",

0 commit comments

Comments
 (0)