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 81df6ec commit 6dc3605Copy full SHA for 6dc3605
bin/run
@@ -1,4 +1,6 @@
1
#!/usr/bin/env node
2
3
-require('@oclif/command').run()
4
-.catch(require('@oclif/errors/handle'))
+(async () => {
+ const oclif = require('@contentstack/cli-utilities/node_modules/@oclif/core')
5
+ await oclif.execute({ type: 'cjs', dir: __dirname })
6
+})()
0 commit comments