Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 986c6e6

Browse files
rbadillapkoistya
authored andcommitted
Point to the proper shell file when deploy (kriasoft#23)
1 parent 6ea4ae4 commit 986c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"db:migrate:undo": "node --harmony scripts/db.js migrate:undo",
6868
"db:migration": "node --harmony scripts/db.js migration",
6969
"db:seed": "node --harmony scripts/db.js seed",
70-
"deploy": "/bin/sh scripts/deploy.sh",
70+
"deploy": "/bin/sh scripts/publish.sh",
7171
"start": "node scripts/run.js"
7272
}
7373
}

0 commit comments

Comments
 (0)