mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] package.json: rename 'serve' into 'start'
So we have same script name as benchmarks branch
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
"name": "owl-playground",
|
||||
"description": "Odoo Web Library",
|
||||
"scripts": {
|
||||
"serve": "python -m SimpleHTTPServer 8001"
|
||||
"start": "python -m SimpleHTTPServer 8001"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user