Skip to content

Commit 091f344

Browse files
committed
Don't exit postinstall
1 parent e9ffc66 commit 091f344

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/flagsmith-es/package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/flagsmith-es/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./index.js",
66
"type": "module",
77
"scripts": {
8-
"postinstall": "echo '\u001b[31m\u001b[1mimportant: flagsmith-es is deprecated\u001b[0m\n\nplease install the official flagsmith package instead:\n\n \u001b[32m\u001b[1mnpm install flagsmith\u001b[0m\n\nfor more details, visit: https://github.com/Flagsmith/flagsmith-js-client\n' && exit 1"
8+
"postinstall": "echo '\u001b[31m\u001b[1mimportant: flagsmith-es is deprecated\u001b[0m\n\nplease install the official flagsmith package instead:\n\n \u001b[32m\u001b[1mnpm install flagsmith\u001b[0m\n\nfor more details, visit: https://github.com/Flagsmith/flagsmith-js-client\n'"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)