We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976b245 commit a3c06ddCopy full SHA for a3c06dd
package.json
@@ -17,7 +17,7 @@
17
"tslint:check": "tslint -p . -c ./tslint.json",
18
"lint": "npm run eslint:check && npm run tslint:check",
19
"lint-fix": "npm run eslint:fix && npm run tslint:fix",
20
- "build": "tsc && cp package.json dist/ && npm list ibm-cloud-sdk-core",
+ "build": "tsc && cp package.json dist/ && npm list ibm-cloud-sdk-core && node --version",
21
"prepublishOnly": "npm run build",
22
"postversion": "tsc-publish --no-checks --dry-run",
23
"jest": "jest",
0 commit comments