We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f58047 commit 8e2c72dCopy full SHA for 8e2c72d
package.json
@@ -12,7 +12,7 @@
12
"prebuild": "node ./script/prebuild.js",
13
"test": "ts-node-dev ./test/run.ts",
14
"build": "yarn test && yarn build:notest",
15
- "build:notest": "yarn tsc -b",
+ "build:notest": "yarn tsc -b && yarn --cwd nvim-git-rebase-todo build",
16
"postbuild": "node ./script/postbuild.js",
17
"prepack": "yarn build"
18
},
0 commit comments