Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 31, 2025
1 parent a55c2e9 commit a2bee1a
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 @@ -48,7 +48,7 @@
"release-major": "release-script major --yes",
"update-packages": "npx -y npm-check-updates --upgrade && cd src-admin && npx -y npm-check-updates --upgrade",
"npm": "npm i && cd src-admin && npm i -f",
"test": "mocha test/*.test.js' --exit",
"test": "mocha test/*.test.js --exit",
"0-clean": "node tasks --0-clean",
"1-npm": "node tasks --1-npm",
"2-build": "node tasks --2-build",
Expand Down

0 comments on commit a2bee1a

Please sign in to comment.