bdy 1.8.42-dev → 1.8.43-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/distTs/package.json +1 -1
- package/distTs/src/texts.js +1 -1
- package/package.json +1 -1
package/distTs/package.json
CHANGED
package/distTs/src/texts.js
CHANGED
|
@@ -87,7 +87,7 @@ exports.ERR_CANT_CREATE_DIR_IN_HOME = ERR_CANT_CREATE_DIR_IN_HOME;
|
|
|
87
87
|
exports.ERR_TOKEN_NOT_PROVIDED = 'Token not provided';
|
|
88
88
|
exports.ERR_WRONG_TOKEN = 'Wrong token';
|
|
89
89
|
exports.ERR_CONFIG_CORRUPTED = 'Config file is corrupted';
|
|
90
|
-
exports.ERR_MISSING_TOKEN = 'No token provided. Please provide a token with the
|
|
90
|
+
exports.ERR_MISSING_TOKEN = 'No token provided. Please provide a token with the BUDDY_VT_TOKEN environment variable.';
|
|
91
91
|
exports.ERR_MISSING_BUILD_ID = 'No buildId provided. Please provide a buildId with the SNAPSHOTS_BUILD_ID environment variable.';
|
|
92
92
|
exports.ERR_WRONG_STORYBOOK_DIRECTORY = 'Current directory is not a storybook directory';
|
|
93
93
|
exports.ERR_MISSING_STORYBOOK_INDEX_FILE = 'Storybook index.json not found';
|