Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
a16aa527e0 | |||
8a3ebe4edd | |||
3754370601 | |||
98e9bb7ccd | |||
d15e063c92 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "5.0.38",
|
||||
"version": "5.0.41",
|
||||
"description": "docker image with nodejs and shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1,9 +1,10 @@
|
||||
# check if npmci is available
|
||||
npm init -y
|
||||
npmci -v
|
||||
|
||||
# TODO update npmci to not require package.json
|
||||
# npmci node install stable
|
||||
npmci node install stable
|
||||
|
||||
# check if npm picks it up
|
||||
# npmci command npm install -g @gitzone/tsrun
|
||||
# npmci command tsrun -v
|
||||
npmci command npm install -g @gitzone/tsrun
|
||||
npmci command tsrun -v
|
||||
|
Reference in New Issue
Block a user