Fix npm jobs

horizon is doing frequent releases, the install from source is not
working as is anymore. Remove it.

Change-Id: I5a58cedffe0b6ada17c3aa0484725e4711b8914f
This commit is contained in:
manchandavishal 2020-07-13 18:45:32 +00:00
parent ac919bf000
commit 2e67f89f76
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"phantomjs-prebuilt": "2.1.x"
},
"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",
"test": "karma start zun_ui/karma.conf.js --single-run",
"lint": "eslint --no-color zun_ui/static",
"lintq": "eslint --quiet zun_ui/static"