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 38a9da6 commit 8795c68Copy full SHA for 8795c68
package.json
@@ -51,7 +51,7 @@
51
"repository": "Contentstack-Solutions/contentstack-cli-tsgen",
52
"scripts": {
53
"postpack": "rm -f oclif.manifest.json",
54
- "posttest": "eslint . --ext .ts --config .eslintrc --fix",
+ "posttest": "eslint . --ext .ts --config .eslintrc.js --fix",
55
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
56
"test": "jest --testPathPattern=tests",
57
"version": "oclif readme && git add README.md",
0 commit comments