Compare commits

..

2 Commits

Author SHA1 Message Date
409b0c60a1 5.0.94 2022-10-18 23:35:13 +02:00
feb57f1d36 fix(core): update 2022-10-18 23:35:13 +02:00
4 changed files with 4 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.93", "version": "5.0.94",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.93", "version": "5.0.94",
"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,7 +1,6 @@
# check if npmci is available # check if npmci is available
npm init -y npm init -y
npmci -v npmci -v
npm set registry https://verdaccio.lossless.one
# TODO update npmci to not require package.json # TODO update npmci to not require package.json
npmci node install stable npmci node install stable

View File

@ -1,6 +1,5 @@
# npm # npm
npm -v npm -v
node -v node -v
npm set registry https://verdaccio.lossless.one pnpm install -g @gitzone/tsrun
npm install -g @gitzone/tsrun tsrun -v
# tsrun -v