dev not working on windows :(

pull/26/head
Valerie 2021-05-23 18:02:38 -04:00
parent fd69ee0d0a
commit ffb54417f3
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},