[IMP] package.json: rename 'serve' into 'start'

So we have same script name as benchmarks branch
This commit is contained in:
Géry Debongnie
2019-04-29 11:11:06 +02:00
parent 791101e394
commit b0793ef8c5
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "owl-playground",
"description": "Odoo Web Library",
"scripts": {
"serve": "python -m SimpleHTTPServer 8001"
"start": "python -m SimpleHTTPServer 8001"
}
}