2 Commits 7f62c73da7 ... 541385293e

Autor SHA1 Mensaje Fecha
  Aurélien Richez 541385293e Use yarn hace 4 años
  Aurélien Richez 7f62c73da7 Use yarn hace 4 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

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