mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] extras: update server to python3, disable cache
This commit is contained in:
committed by
Géry Debongnie
parent
d22219f084
commit
5842ed51b0
+1
-1
@@ -10,7 +10,7 @@
|
||||
"minify": "uglifyjs dist/owl.js -o dist/owl.min.js --compress --mangle",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"extras:serve": "python extras/server.py",
|
||||
"extras:serve": "python3 extras/server.py || python extras/server.py",
|
||||
"extras": "npm run build && npm run extras:serve",
|
||||
"extras:watch": "npm-run-all --parallel extras:serve \"build:* -- --watch\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user