Skip to content

Commit

Permalink
chore: in root's "build" script, run nvim-git-rebase-todo's "build" too
Browse files Browse the repository at this point in the history
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
  • Loading branch information
kiprasmel committed May 8, 2022
1 parent 9d2f14f commit d04cb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prebuild:lean": "node ./script/prebuild.js",
"test": "ts-node-dev ./test/run.ts",
"build": "yarn test && yarn build:lean",
"build:lean": "yarn tsc -b",
"build:lean": "yarn tsc -b && yarn --cwd nvim-git-rebase-todo build",
"postbuild:lean": "node ./script/postbuild.js",
"prepack": "yarn build"
},
Expand Down

0 comments on commit d04cb6a

Please sign in to comment.