Fix missing prepublish script

This commit is contained in:
Fabian Stamm 2020-04-10 19:54:56 +02:00
parent 3f63c202f6
commit b47afcff0a

View File

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