Skip to content

Commit

Permalink
fix(frontend): remove extraneous tests npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Dec 17, 2024
1 parent c15f47b commit 2c1dee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"main": "lib/index.js",
"scripts": {
"lint": "eslint",
"test": "mocha tests --recursive",
"clean": "rimraf dist",
"build": "npm run clean && tsc --build"
},
Expand All @@ -45,7 +44,6 @@
"devDependencies": {
"@types/node": "^22.10.2",
"@typescript-eslint/utils": "^8.18.1",
"mocha": "^11.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.0"
},
Expand Down

0 comments on commit 2c1dee5

Please sign in to comment.