Compare commits

..

3 Commits

Author SHA1 Message Date
fd35505647 5.0.37 2019-08-31 16:20:57 +02:00
c77d2bf370 fix(core): update 2019-08-31 16:20:56 +02:00
28439a4b57 5.0.36 2019-08-31 14:24:53 +02:00
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.35", "version": "5.0.37",
"description": "docker image with nodejs and shipzone.io support", "description": "docker image with nodejs and shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,9 +1,6 @@
# check if npmci is available # check if npmci is available
npmci -v npmci -v
# check if we can use lts
npmci install lts
# check if npm picks it up # check if npm picks it up
npmci command npm install -g @gitzone/tsrun # npmci command npm install -g @gitzone/tsrun
npmci command tsrun -v # npmci command tsrun -v