👷 Fix windows issue

This commit is contained in:
C-3PO 2019-07-22 22:59:04 +02:00
parent cb26a80833
commit 56a0e576b1
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 && chmod +x dist/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && npm install"