|
|
@@ -9,7 +9,7 @@
|
|
|
"scripts": {
|
|
|
"test": "mocha -r ts-node/register test/*.test.ts",
|
|
|
"test:watch": "mocha -r ts-node/register --watch --watch-files src/**/*.ts --reporter Min test/*.test.ts",
|
|
|
- "build": "npm run clean && tsc && tsc -p tsconfig.json",
|
|
|
+ "build": "yarn run clean && tsc && tsc -p tsconfig.json",
|
|
|
"clean": "rimraf lib"
|
|
|
},
|
|
|
"author": "",
|