apify-cli 0.16.2-beta.0 → 0.16.2-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.16.2-beta.0",
3
+ "version": "0.16.2-beta.1",
4
4
  "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "prepare-release": "npm run commands-md && npm run prod-shrinkwrap",
13
13
  "prod-shrinkwrap": "rm -rf node_modules && npm install --production && npm shrinkwrap",
14
14
  "manifest": "rm -f oclif.manifest.json && oclif-dev manifest",
15
- "postinstall": "node \"./src/bin/run\" check-version"
15
+ "postinstall": "node \"./src/bin/run\" check-version && node ./src/lib/community"
16
16
  },
17
17
  "files": [
18
18
  "src",
@@ -0,0 +1,3 @@
1
+ console.log('We have an active developer community on Discord. '
2
+ + 'You can find it on https://discord.gg/crawlee-apify-801163717915574323.',
3
+ );