File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+
3+ require ( 'pwrdrvr/bin/run' ) ;
Original file line number Diff line number Diff line change 55 "publishConfig" : {
66 "access" : " public"
77 },
8+ "bin" : {
9+ "microapps-publish" : " ./bin/run"
10+ },
811 "engineStrict" : true ,
912 "engine" : {
1013 "node" : " >= 16.0.0"
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
3- require ( '@oclif/command' ) . run ( )
4- . then ( require ( '@oclif/command/flush' ) )
5- . catch ( require ( '@oclif/errors/handle' ) )
3+ require ( '@oclif/command' )
4+ . run ( )
5+ . then ( require ( '@oclif/command/flush' ) )
6+ . catch ( require ( '@oclif/errors/handle' ) ) ;
Original file line number Diff line number Diff line change 88 "access" : " public"
99 },
1010 "bin" : {
11- "microapps-publish" : " ./bin/run" ,
1211 "pwrdrvr" : " ./bin/run"
1312 },
1413 "engineStrict" : true ,
You can’t perform that action at this time.
0 commit comments