npm run => yarn
This commit is contained in:
parent
9b727f6c2d
commit
ac89f25b79
5 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@
|
|||
"watch": "node watch.mjs",
|
||||
"lint": "eslint --quiet \"src/**/*.ts\"",
|
||||
"mocha": "cross-env NODE_ENV=test TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
||||
"test": "npm run mocha"
|
||||
"test": "yarn mocha"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"resolutions": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue