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 51ec8f4 commit b37e6f6Copy full SHA for b37e6f6
package.json
@@ -9,10 +9,11 @@
9
"git-stacked-rebase": "./dist/git-stacked-rebase.js"
10
},
11
"scripts": {
12
- "prebuild": "node ./script/prebuild.js",
+ "prebuild:lean": "node ./script/prebuild.js",
13
"test": "ts-node-dev ./test/run.ts",
14
- "build": "yarn tsc -b",
15
- "postbuild": "node ./script/postbuild.js",
+ "build": "yarn test && yarn build:lean",
+ "build:lean": "yarn tsc -b",
16
+ "postbuild:lean": "node ./script/postbuild.js",
17
"prepack": "yarn build"
18
19
"devDependencies": {
0 commit comments