Skip to content

Commit ed8fe89

Browse files
saas-1610 - fix node check on root npm (#285)
* set unsafe perm for check version when running on root * test no semver * test on silent * test no npm run * remove run command * update version
1 parent c5d565b commit ed8fe89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -14,8 +14,7 @@
1414
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
1515
"build-local-docs": "node ./docs/index.js",
1616
"build-public-docs": "node ./docs/index.js && cd temp && hugo",
17-
"check-node-version": "node check-version.js",
18-
"postinstall": "npm run check-node-version"
17+
"postinstall": "node check-version.js"
1918
},
2019
"bin": {
2120
"codefresh": "./lib/interface/cli/codefresh"

0 commit comments

Comments
 (0)