Parcourir la source

Add deploy script

customisations
alemart il y a 1 an
Parent
révision
f4ee55628f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      package.json

+ 1
- 0
package.json Voir le fichier

@@ -21,6 +21,7 @@
21 21
     "build": "npm run update && npm run clean && webpack --mode production && webpack --mode production --env minimize=1",
22 22
     "clean": "rm -rf dist/martins*.js",
23 23
     "update": "npm update speedy-vision",
24
+    "deploy": "mkdocs gh-deploy",
24 25
     "test": "echo \"Error: no test specified\" && exit 1"
25 26
   },
26 27
   "dependencies": {

Chargement…
Annuler
Enregistrer