Skip to content

Commit

Permalink
chore: fix eslint script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jul 18, 2023
1 parent 9187aac commit a348156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"test": "cd packages && node --expose-gc --max-old-space-size=1024 run_all_mocha_tests.js",
"test1": "cd packages && node run_all_mocha_tests.js",
"testlerna": "lerna run --concurrency 8 --no-sort --stream test",
"eslint": "eslint packages/**/src/*.js packages/**/souce/*.ts packages/**/test_helpers/*",
"eslint": "eslint packages/**/src/*.js packages/**/source/*.ts packages/**/test_helpers/*",
"eslint-fix": "eslint --fix packages/*/src/**.js packages/*/__tests__/ utils/*.js scripts/*.js",
"generate_doc": "make doc",
"generate_autodoc": "npx autodoc -o _tmp_generated_doc bin/binaryStream.js",
Expand Down

0 comments on commit a348156

Please sign in to comment.