We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70c48a commit 4d84e53Copy full SHA for 4d84e53
package.json
@@ -9,6 +9,7 @@
9
],
10
"scripts": {
11
"prepublish": "npm run build",
12
+ "precommit": "npm run test",
13
"build": "rm -rf dist && tsc",
14
"pretest": "npm run lint",
15
"test": "jest",
0 commit comments