Skip to content

Commit

Permalink
Merge pull request #8 from benlubas/push-olyvzvtlxprt
Browse files Browse the repository at this point in the history
fix(ci): package neorg_query.formatter in luarock
  • Loading branch information
benlubas authored Jan 3, 2025
2 parents 08b54aa + 6b86dc7 commit e422968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ build = {
install = {
lua = {
["neorg_query.api"] = "lua/neorg_query/api.lua",
["neorg_query.formatter"] = "lua/neorg_query/formatter.lua",
["neorg.modules.external.query.module"] = "lua/neorg/modules/external/query/module.lua",
},
},
Expand Down
1 change: 1 addition & 0 deletions neorg-query-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ build = {
install = {
lua = {
["neorg_query.api"] = "lua/neorg_query/api.lua",
["neorg_query.formatter"] = "lua/neorg_query/formatter.lua",
["neorg.modules.external.query.module"] = "lua/neorg/modules/external/query/module.lua",
},
},
Expand Down

0 comments on commit e422968

Please sign in to comment.