Skip to content

Commit 8795c68

Browse files
committed
fixed script
1 parent 38a9da6 commit 8795c68

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
@@ -51,7 +51,7 @@
5151
"repository": "Contentstack-Solutions/contentstack-cli-tsgen",
5252
"scripts": {
5353
"postpack": "rm -f oclif.manifest.json",
54-
"posttest": "eslint . --ext .ts --config .eslintrc --fix",
54+
"posttest": "eslint . --ext .ts --config .eslintrc.js --fix",
5555
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
5656
"test": "jest --testPathPattern=tests",
5757
"version": "oclif readme && git add README.md",

0 commit comments

Comments
 (0)