Skip to content

Commit

Permalink
fix: update lint script to include integration-tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and congminh1254 committed Feb 8, 2025
1 parent 892a44f commit fd69725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"test": "nyc mocha \"test/**/*.test.js\" --timeout 60000",
"test:integration": "mocha \"integration-tests/__tests__/**/*.test.js\" --timeout 180000",
"posttest": "npm run lint",
"lint": "eslint --fix ./src ./test",
"lint": "eslint --fix ./src ./test ./integration-tests",
"clean": "find src/ -type d -name 'dist' -exec rm -rf {} +",
"updatemd": "find docs -type f -name '*.md' -exec sed -i '' 's/\\.ts/\\.js/g' {} +",
"prepack": "npm run license && oclif manifest && oclif readme --multi && npm run updatemd && npm shrinkwrap && git checkout origin/main -- package-lock.json",
Expand Down

0 comments on commit fd69725

Please sign in to comment.