casing casing
parent
c444db74e2
commit
eb802f28cc
|
|
@ -8,13 +8,13 @@
|
|||
"vogue": "out/run.js"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "cross-env FORCE_COLOR=true multiview [ yarn test:watch ] [ yarn compile:watch ]",
|
||||
"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",
|
||||
"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",
|
||||
"compile:watch": "yarn compile --watch",
|
||||
"compile": "tsc --listEmittedFiles",
|
||||
"compile:watch": "yarn compile --watch --preserveWatchOutput",
|
||||
"postinstall": "yarn compile"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
async test(a) {
|
||||
|
||||
}
|
||||
Reference in New Issue