Bläddra i källkod

Renommage commande npm preapre en preprocess

Loquicom 5 år sedan
förälder
incheckning
73ab3f2bd8
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      README.md
  2. 1 1
      package.json

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ node main.js prepare <source> [destination]
 Une commande npm est aussi disponible, elle est l'équivalent de la commande en dessous d'elle :
 
 ```bash
-npm run prepare
+npm run preprocess
 # <=>
 node main.js prepare ./data/dblp.xml ./data/data.ppf
 ```

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
   "private": true,
   "scripts": {
     "start": "node main.js",
-    "prepare": "node main.js prepare ./data/dblp.xml",
+    "preprocess": "node main.js prepare ./data/dblp.xml",
     "exemple": "node main.js --name \"Fabien Delorme\"",
     "process": "node main.js --process ./data/dblp.xml",
     "test": "node main.js -n \"Nathalie Chetcuti-Sperandio\" -v"