mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-20 01:25:31 -05:00
Publish to npm
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import createDebug from 'debug';
|
||||
|
||||
createDebug.log = console.warn.bind(console);
|
||||
|
||||
import('../dist/cli.js').then(cli => cli.default.argv);
|
||||
|
||||
Reference in New Issue
Block a user