File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 "exports" : {
1414 "." : " ./build/index.js" ,
1515 "./queue_provider" : " ./build/providers/queue_provider.js" ,
16+ "./commands/*" : " ./build/commands/*.js" ,
1617 "./commands" : " ./build/commands/main.js" ,
1718 "./services/main" : " ./build/services/queue.js" ,
1819 "./types" : " ./build/src/types/main.js"
2223 "clean" : " del-cli build" ,
2324 "compile" : " npm run clean && tsc" ,
2425 "copy:templates" : " copyfiles \" stubs/**/*.stub\" build" ,
26+ "index:commands" : " adonis-kit index build/commands" ,
2527 "format" : " prettier --write ." ,
2628 "lint" : " eslint ." ,
27- "postcompile" : " npm run copy:templates" ,
29+ "postcompile" : " npm run copy:templates && npm run index:commands " ,
2830 "prepublishOnly" : " npm run build" ,
2931 "quick:test" : " node --enable-source-maps --import=@poppinss/ts-exec bin/test.ts" ,
3032 "test" : " c8 npm run quick:test" ,
You can’t perform that action at this time.
0 commit comments