summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-09-29 11:50:22 -0700
committerJames E. Blair <jeblair@redhat.com>2018-09-29 11:51:43 -0700
commit3dba813c643ec8f4b3323c2a09c6aecf8ad4d338 (patch)
tree4931b06e75e56b9d0480f24bb09c13993f6fcaec /TESTING.rst
parentca199eb9dbb64e25490ee5803e4f18c91f34681d (diff)
downloadzuul-3dba813c643ec8f4b3323c2a09c6aecf8ad4d338.tar.gz
Revert "web: rewrite interface in react"
Revert "Fix publish-openstack-javascript-content" This reverts commit ca199eb9dbb64e25490ee5803e4f18c91f34681d. This reverts commit 1082faae958bffa719ab333c3f5ae9776a8b26d7. This appears to remove the tarball publishing system that we rely on. Change-Id: Id746fb826dfc01b157c5b772adc1d2991ddcd93a
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/TESTING.rst b/TESTING.rst
index f4172755b..24da82da9 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -38,15 +38,11 @@ As of zuul v3, a running zookeeper is required to execute tests.
*Install javascript dependencies*::
- pushd web
yarn install
- popd
*Build javascript assets*::
- pushd web
- yarn build
- popd
+ npm run build:dev
Run The Tests
-------------