[REF] extras: improve code

This commit is contained in:
Géry Debongnie
2019-05-03 11:14:34 +02:00
parent e060130655
commit 10ab97e3c6
4 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"dev": "npm-run-all --parallel \"build:* -- --watch\"",
"test": "jest",
"test:watch": "jest --watch",
"preextras": "npm run build && cp dist/owl.js extras/",
"preextras": "npm run build",
"extras": "python extras/server.py"
},
"repository": {