We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f20ac commit b905dc2Copy full SHA for b905dc2
packages/react-formz/package.json
@@ -48,9 +48,7 @@
48
"test": "jest",
49
"test:watch": "jest --watch",
50
"test:generate-output": "jest --json --outputFile=.jest-test-results.json",
51
- "test:coverage": "jest --coverage=true",
52
- "prepublishOnly": "echo \"Do not publish the core package\" && exit 1",
53
- "prepublish": "echo \"Do not publish the core package\" && exit 1"
+ "test:coverage": "jest --coverage=true"
54
},
55
"dependencies": {
56
"react-uuid": "^1.0.3",
0 commit comments