Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a16aa527e0 | |||
| 8a3ebe4edd | |||
| 3754370601 | |||
| 98e9bb7ccd | |||
| d15e063c92 | |||
| be3ae65d72 | |||
| b75e5ef366 | |||
| fd35505647 | |||
| c77d2bf370 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.36",
|
"version": "5.0.41",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
# check if npmci is available
|
# check if npmci is available
|
||||||
|
npm init -y
|
||||||
npmci -v
|
npmci -v
|
||||||
|
|
||||||
# check if we can use lts
|
# TODO update npmci to not require package.json
|
||||||
npmci install lts
|
npmci node install stable
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user