Skip to content

Commit

Permalink
New version 0.0.1-beta.22 Read more https://github.com/mappable-world…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jul 20, 2023
1 parent 2db5572 commit 30ac6b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.21",
"version": "0.0.1-beta.22",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "dist/index.js",
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ const TARGET = path.resolve(argv.out) + path.sep;
await initGit();
await installDependencies();

log('Finish. Run: npm start');
log('Finish.');
log('To get started in the `.env` file, you need to declare `APIKEY` https://mappable.world/docs/js-api/quickstart.html#get-api-key');
log('Run:','npm start');
process.exit();
})();

Expand Down

0 comments on commit 30ac6b3

Please sign in to comment.