Skip to content

Commit

Permalink
fix script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava committed Nov 20, 2024
1 parent 5c8dd50 commit b05c439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"scripts": {
"compile": "tsc --build",
"test": "vitest --run --passWithNoTests --globals",
"lint:eslint": "eslint --max-warnings 0 . --ignore-path=../../../.eslintignore",
"lint:eslint": "eslint --max-warnings 0 . --ignore-path=../../.eslintignore",
"lint:eslint:fix": "pnpm lint:eslint --fix",
"lint:style": "stylelint 'src/**/*.scss' --allow-empty-input --max-warnings 0",
"lint:style:fix": "pnpm lint:style --fix",
"format": "prettier --write --ignore-unknown --ignore-path ../../../shared/.prettierignore \"**\"",
"format:check": "prettier --check --ignore-unknown --ignore-path ../../../shared/.prettierignore \"**\"",
"format": "prettier --write --ignore-unknown --ignore-path ../../shared/.prettierignore \"**\"",
"format:check": "prettier --check --ignore-unknown --ignore-path ../../shared/.prettierignore \"**\"",
"organize-imports": "organize-imports-cli tsconfig.json",
"depcheck": "depcheck",
"docs:dev": "NODE_OPTIONS='--inspect' next dev",
Expand Down

0 comments on commit b05c439

Please sign in to comment.