You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/19 00:06:17 UTC

[felix-antora] branch main updated: use correct name for ui bundle package

This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 5eaf5db  use correct name for ui bundle package
5eaf5db is described below

commit 5eaf5dbeaa67278a4f3a29f769696940cef5aa2e
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Jul 18 17:05:10 2021 -0700

    use correct name for ui bundle package
---
 Jenkinsfile  | 6 +-----
 package.json | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6ca370c..2e92893 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,11 +17,7 @@ pipeline {
                     sh 'git rm -r .'
                 }
 
-                sh 'npm run clean-install'
-                sh 'ls ./node_modules/@apache-felix'
-                sh 'ls ./node_modules/@apache-felix/felix-antora-ui'
-                sh 'ls ./node_modules/@apache-felix/felix-antora-ui/build'
-                sh 'ls ./node_modules/@apache-felix/felix-antora-ui/build/felix-antora-ui-bundle.zip'
+                sh 'npm run plain-install'
                 sh 'npm run build-noclean'
 
                 dir('build/site') {
diff --git a/package.json b/package.json
index 3fdc4e0..4aed4da 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
   "devDependencies": {
     "@antora/cli": "^2.3.4",
     "@antora/site-generator-default": "^2.3.4",
-    "@felix/felix-antora-ui": "https://github.com/apache/felix-antora-ui.git",
+    "@apache-felix/felix-antora-ui": "https://github.com/apache/felix-antora-ui.git",
     "asciidoctor-kroki": "^0.9.2",
     "@djencks/asciidoctor-antora-indexer": "^0.0.4",
     "@djencks/asciidoctor-jsonpath": "^0.0.2"