Skip to content

Commit b905dc2

Browse files
committed
Update: Publish core package
1 parent 85f20ac commit b905dc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-formz/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
"test": "jest",
4949
"test:watch": "jest --watch",
5050
"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"
51+
"test:coverage": "jest --coverage=true"
5452
},
5553
"dependencies": {
5654
"react-uuid": "^1.0.3",

0 commit comments

Comments
 (0)