Skip to content

Commit a3c06dd

Browse files
committed
chore: display node version during 'build' command
1 parent 976b245 commit a3c06dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tslint:check": "tslint -p . -c ./tslint.json",
1818
"lint": "npm run eslint:check && npm run tslint:check",
1919
"lint-fix": "npm run eslint:fix && npm run tslint:fix",
20-
"build": "tsc && cp package.json dist/ && npm list ibm-cloud-sdk-core",
20+
"build": "tsc && cp package.json dist/ && npm list ibm-cloud-sdk-core && node --version",
2121
"prepublishOnly": "npm run build",
2222
"postversion": "tsc-publish --no-checks --dry-run",
2323
"jest": "jest",

0 commit comments

Comments
 (0)