From ffb54417f329e80fec1569642faf604b8e4b3be8 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 23 May 2021 18:02:38 -0400 Subject: [PATCH] dev not working on windows :( --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a796e85..a771f60 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "scripts": { "dev": "multiview [ yarn test:watch ] [ yarn compile:watch ]", "test": "c8 --all mocha", - "test:watch": "supervisor -w src,test,.mocharc.json -n exit --extensions js,ts,node --exec yarn -- test", + "test:watch": "supervisor -w src,test,.mocharc.json -n exit --extensions js,ts,node --exec yarn.cmd -- test", "debug": "cross-env DEBUG=vogue:* yarn node --enable-source-maps --unhandled-rejections=strict out/run.js test", "debug:watch": "supervisor -w out,test/system/**/*.v,lib -n exit --exec yarn -- clear_and yarn debug", - "compile": "tsc --listEmittedFiles", + "compile": "tsc", "compile:watch": "yarn compile --watch --preserveWatchOutput", "postinstall": "yarn compile" },