Skip to content

Commit 2eade41

Browse files
author
Pooya Parsa
committed
improve opencollective postinstall script
1 parent ac1e58f commit 2eade41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"test": "NODE_ENV=test jest",
5858
"postpublish": "npm run docs-publish",
5959
"release": "npm run build && standard-version",
60-
"postinstall": "opencollective postinstall"
60+
"postinstall": "opencollective postinstall || exit 0"
6161
},
6262
"peerDependencies": {
6363
"vue": "^2.4.2"
@@ -169,4 +169,4 @@
169169
"url": "https://opencollective.com/bootstrap-vue",
170170
"logo": "https://opencollective.com/opencollective/logo.txt"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)