Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr authored Dec 4, 2022
1 parent affbddb commit d236041
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 @@ -26,7 +26,7 @@
"scripts": {
"dev": "nodemon",
"develop": "node -r @swc-node/register ./src/index.ts",
"test": "jest",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"clean": "rimraf build",
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit d236041

Please sign in to comment.