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 a3c06dd commit f7b66c8Copy full SHA for f7b66c8
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 && node --version",
+ "build": "tsc && cp package.json dist/",
21
"prepublishOnly": "npm run build",
22
"postversion": "tsc-publish --no-checks --dry-run",
23
"jest": "jest",
0 commit comments