Skip to content

Commit 7c432d1

Browse files
committed
Update: Publish core package
1 parent 9e22973 commit 7c432d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-formz-native/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"scripts": {
1919
"core:test": "yarn workspace @zerry/react-formz-core test",
2020
"web:test": "yarn workspace @zerry/react-formz test",
21-
"prepublishOnly": "yarn core:test && yarn web:test && yarn build",
2221
"build": "rm -rf dist && tsc -p tsconfig.build.json"
2322
},
2423
"dependencies": {

packages/react-formz-web/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"build:src": "vite build",
3131
"build:types": "tsc -P tsconfig.build.json",
3232
"build:documentation": "yarn workspace @zerry/react-formz-documentation build",
33-
"prepublishOnly": "yarn test && yarn core:test && yarn build",
3433
"test": "jest",
3534
"test:watch": "jest --watch",
3635
"test:generate-output": "jest --json --outputFile=.jest-test-results.json",

0 commit comments

Comments
 (0)