File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ npm install -g codify
1818$ codify COMMAND
1919running command...
2020$ codify (--version)
21- codify/0.0.0 darwin-arm64 node-v18.15.0
21+ codify/0.0.0 darwin-arm64 node-v18.20.2
2222$ codify --help [COMMAND]
2323USAGE
2424 $ codify COMMAND
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3+ // This removes any Node Experimental warnings from being printed to the CLI
4+ process . removeAllListeners ( 'warning' )
5+
36import { flush , handle , run } from '@oclif/core'
47
58await run ( process . argv . slice ( 2 ) , import . meta. url )
Original file line number Diff line number Diff line change 8080 "build" : " shx rm -rf dist && tsc -b" ,
8181 "lint" : " eslint . --ext .ts" ,
8282 "postpack" : " shx rm -f oclif.manifest.json" ,
83- "build:release:macos " : " oclif pack macos -r ." ,
83+ "pkg " : " oclif pack macos -r ." ,
8484 "posttest" : " npm run lint" ,
8585 "prepack" : " npm run build && oclif manifest && oclif readme" ,
8686 "test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
You can’t perform that action at this time.
0 commit comments