Skip to content

Commit b6ab4cb

Browse files
committed
fix npm command
1 parent 8287adf commit b6ab4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"test": "jest --coverage",
38-
"preversion": "echo \"Run check for version $npm_package_version\" && yarn run check",
38+
"preversion": "echo \"Run check for version $npm_package_version\" && yarn run test",
3939
"postversion": "git push --tags && git push origin main && yarn publish ."
4040
}
4141
}

0 commit comments

Comments
 (0)