1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 14:54:03 +00:00

fix tsc script

This commit is contained in:
Samuel Štancl 2021-02-26 16:47:03 +01:00
parent 7858a692f7
commit 59b3de8810

View file

@ -13,7 +13,7 @@
"dist/index.d.ts"
],
"scripts": {
"prepublish": "node_modules/typescript/bin/tsc tsconfig.json"
"prepublish": "node_modules/typescript/bin/tsc"
},
"keywords": [
"alpine",