Fix npm jobs
horizon is doing frequent releases, the install from source is not working as is anymore. Remove it. Change-Id: Ia843b9b9d97dc101cd0cad7b8d9e854070c68d9c
This commit is contained in:
parent
60c3a92ef5
commit
14afe5b597
@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"scripts": {
|
||||
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi",
|
||||
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; fi",
|
||||
"lint": "eslint --no-color zaqar_ui/static",
|
||||
"lintq": "eslint --quiet zaqar_ui/static",
|
||||
"test": "karma start zaqar_ui/karma.conf.js --single-run"
|
||||
|
Loading…
x
Reference in New Issue
Block a user