Skip to content

Commit

Permalink
Update script name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrttn committed Oct 31, 2023
1 parent 4004b4f commit 3882f67
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 @@ -18,7 +18,7 @@
"build": "lerna run tsc",
"test:watch": "node -r sucrase/register --test --watch packages/**/*.test.ts",
"test": "node -r sucrase/register --test packages/**/*.test.ts",
"check": "npm-run-all build lint jest",
"check": "npm-run-all build lint test",
"fix:formatting": "prettier --write .",
"lint:formatting": "prettier --check ."
},
Expand Down

0 comments on commit 3882f67

Please sign in to comment.