Skip to content

Commit

Permalink
updated the package.json with the multiparser commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed May 23, 2024
1 parent 2584db9 commit 104de72
Show file tree
Hide file tree
Showing 16 changed files with 672 additions and 32 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build:cjs": "tsc --project ./tsconfig.cjs.json",
"test": "npm run test:unit",
"test:unit": "cross-env CI=true jest --coverage",
"lint": "eslint --max-warnings 0 --config ../../../eslintrc .",
"lint": "eslint --max-warnings 0 --config ../../eslintrc .",
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"generate:readme:toc": "markdown-toc -i \"README.md\"",
"generate:assets": "npm run build && npm run generate:readme:toc",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
},
"include": [
"src"
]
}
],
"exclude": ["node_modules"]
}
Loading

0 comments on commit 104de72

Please sign in to comment.