Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Dec 9, 2024
1 parent 0b68073 commit cbf65f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package && npm run test:gui",
"lint": "eslint .",
"lint": "eslint -c eslint.config.mjs .",
"build": "node tasks",
"npm": "npm i && cd src-admin && npm i -f",
"translate": "translate-adapter",
Expand Down

0 comments on commit cbf65f3

Please sign in to comment.