Skip to content

Commit a643341

Browse files
committed
chore: add postinstall to build tap plugins
1 parent 532564f commit a643341

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default async function (root: string, variables: Variables) {
6666
prepack: "tsc --project tsconfig.build.json",
6767
}
6868
),
69+
postinstall: "tap build",
6970
},
7071
types: "lib/index.d.ts",
7172
devDependencies: {

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"postlint": "npm run skeleton:verify",
1414
"skeleton:apply": "code-skeleton apply",
1515
"preskeleton:verify": "npm run prepack",
16-
"skeleton:verify": "code-skeleton verify"
16+
"skeleton:verify": "code-skeleton verify",
17+
"postinstall": "tap build"
1718
},
1819
"keywords": [],
1920
"author": "Nathan LaFreniere <[email protected]>",

0 commit comments

Comments
 (0)