Compare commits

...

6 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
80f0a0d9dc 5.0.93 2022-10-18 23:23:39 +02:00
c2ba244375 fix(core): update 2022-10-18 23:23:38 +02:00
f859d910b6 5.0.92 2022-10-17 13:08:07 +02:00
bc71510cd1 fix(core): update 2022-10-17 13:08:06 +02:00
5 changed files with 6 additions and 6 deletions

2
Dockerfile_alpinenpmci Normal file
View File

@ -0,0 +1,2 @@
FROM hosttoday/ht-docker-node:alpine
RUN pnpm install -g @shipzone/npmci

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,7 +1,6 @@
# check if npmci is available
npm init -y
npmci -v
npm set registry https://verdaccio.lossless.one
# TODO update npmci to not require package.json
npmci node install stable

View File

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