Skip to content

Commit

Permalink
remove test script
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 30, 2024
1 parent 67f05ef commit 404027c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"lint:md": "markdownlint ./docs/**/*.md",
"lint:ts": "eslint ./src --ignore-pattern .gitignore",
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"test": "npm run lint"
"prepack": "npm run build"
},
"lint-staged": {
"*.(json|ts)": "eslint --cache --fix",
Expand Down

0 comments on commit 404027c

Please sign in to comment.