Skip to content

Commit

Permalink
local watch script for building troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Sep 6, 2023
1 parent 3737fbd commit bb9b869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const makeList = [
// 'collect'
]

const commands = [
const makeCommands = [
// {
// command: 'rm',
// args: binList,
Expand All @@ -39,4 +39,4 @@ commands.push({
gri([
'cmd/**/*.go',
'pkg/**/*.go',
], commands);
], makeCommands);

0 comments on commit bb9b869

Please sign in to comment.