Skip to content

Commit 55f35a5

Browse files
committed
Add missing script
1 parent c69bbb7 commit 55f35a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lib-compiler/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
}
2121
},
2222
"scripts": {
23-
"build": "yarn tsc"
23+
"build": "yarn tsc",
24+
"prepare": "yarn build"
2425
}
2526
}

0 commit comments

Comments
 (0)