We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22973 commit 7c432d1Copy full SHA for 7c432d1
packages/react-formz-native/package.json
@@ -18,7 +18,6 @@
18
"scripts": {
19
"core:test": "yarn workspace @zerry/react-formz-core test",
20
"web:test": "yarn workspace @zerry/react-formz test",
21
- "prepublishOnly": "yarn core:test && yarn web:test && yarn build",
22
"build": "rm -rf dist && tsc -p tsconfig.build.json"
23
},
24
"dependencies": {
packages/react-formz-web/package.json
@@ -30,7 +30,6 @@
30
"build:src": "vite build",
31
"build:types": "tsc -P tsconfig.build.json",
32
"build:documentation": "yarn workspace @zerry/react-formz-documentation build",
33
- "prepublishOnly": "yarn test && yarn core:test && yarn build",
34
"test": "jest",
35
"test:watch": "jest --watch",
36
"test:generate-output": "jest --json --outputFile=.jest-test-results.json",
0 commit comments