Skip to content

Commit

Permalink
fix: npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Apr 30, 2024
1 parent a03df59 commit b51c14a
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 @@ -17,7 +17,7 @@
"format": "biome format src",
"format:fix": "biome format --write src",
"lint": "biome check src",
"lint:fix": "biome check --apply src",
"lint:fix": "biome check --apply-unsafe src",
"prepare": "husky install",
"test": "docker-compose run --rm pw",
"test-server": "http-server"
Expand Down

0 comments on commit b51c14a

Please sign in to comment.