Skip to content

Commit

Permalink
Fix npm test problems on windows machines
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed May 27, 2024
1 parent 6ba5038 commit 3fe9e35
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 @@ -31,7 +31,7 @@
"test": "npm run format:check && eslint src && npm run karma:start",
"release": "npm run build && npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish",
"format": "prettier --write './**/*.{ts,js,cjs,json,yml,md}'",
"format:check": "prettier --check './**/*.{ts,js,cjs,json,yml,md}'",
"format:check": "prettier --check \"./**/*.{ts,js,cjs,json,yml,md}\"",
"karma:start": "karma start karma.conf.cjs"
},
"devDependencies": {
Expand Down

0 comments on commit 3fe9e35

Please sign in to comment.