From 1089942cc309e35abc480a1cdbd02af7958c8b36 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 29 Nov 2018 11:06:53 +0100 Subject: [PATCH] fix(core): update --- test/test_latest.sh | 1 - test/test_npmpage.sh | 1 - test/test_stable.sh | 6 ++++-- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 test/test_npmpage.sh diff --git a/test/test_latest.sh b/test/test_latest.sh index 22b77a4..897c5c4 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -1,2 +1 @@ -#!/bin/sh echo "this runs within latest container!"; diff --git a/test/test_npmpage.sh b/test/test_npmpage.sh deleted file mode 100644 index ddc36fc..0000000 --- a/test/test_npmpage.sh +++ /dev/null @@ -1 +0,0 @@ -mkdocs --version \ No newline at end of file diff --git a/test/test_stable.sh b/test/test_stable.sh index 0321599..c1191da 100644 --- a/test/test_stable.sh +++ b/test/test_stable.sh @@ -1,3 +1,5 @@ # npm -npm install -g npmts -npmts -v \ No newline at end of file +npm -v +node -v +npm install -g @gitzone/gitzone +gitzone -v \ No newline at end of file