Fix missing prepublish script

This commit is contained in:
Fabian Stamm 2020-04-10 19:54:56 +02:00
parent 3f63c202f6
commit b47afcff0a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/theme-preact",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "out/index.js",
"dependencies": {
@ -14,6 +14,7 @@
"typescript": "^3.8.3"
},
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"watch": "tsc -w"
},