👷 Fix Windows issue

This commit is contained in:
C-3PO 2019-07-22 22:57:34 +02:00
parent 5238a1f1ec
commit 3485efee50
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -10,7 +10,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"postinstall": "npm start",
"postinstall": "tsc",
"start": "rm -rf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && npm install"