Skip to content

Commit c3fec02

Browse files
author
Matt Mason
committed
Ignore errors in postinstall for deployment purposes
1 parent 615e379 commit c3fec02

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
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"start": "node index.js",
19-
"postinstall": "git update-index --skip-worktree secrets.js"
19+
"postinstall": "git update-index --skip-worktree secrets.js & exit 0"
2020
},
2121
"engines": {
2222
"node": ">=4.3"

0 commit comments

Comments
 (0)