We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91402c2 commit 8bcf53fCopy full SHA for 8bcf53f
package.json
@@ -26,7 +26,8 @@
26
],
27
"bin": {
28
"actor": "./dist/entrypoints/actor.js",
29
- "apify": "./dist/entrypoints/apify.js"
+ "apify": "./dist/entrypoints/apify.js",
30
+ "apify-cli": "./dist/entrypoints/apify.js"
31
},
32
"contributors": [
33
"Jakub Drobník <[email protected]>",
yarn.lock
@@ -2431,6 +2431,7 @@ __metadata:
2431
bin:
2432
actor: ./dist/entrypoints/actor.js
2433
apify: ./dist/entrypoints/apify.js
2434
+ apify-cli: ./dist/entrypoints/apify.js
2435
languageName: unknown
2436
linkType: soft
2437
0 commit comments