npm run => yarn

This commit is contained in:
tamaina 2022-06-03 22:39:07 +09:00
parent 9b727f6c2d
commit ac89f25b79
5 changed files with 11 additions and 11 deletions

View file

@ -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": {