Skip to content

Commit c3f9127

Browse files
committed
Simplify the prepublishOnly script.
1 parent f28d051 commit c3f9127

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Updated dependencies.
88
- Reduced the size of the published `package.json` by moving dev tool config to files. This also prevents editor extensions such as Prettier and ESLint from detecting config and attempting to operate when opening package files installed in `node_modules`.
9+
- Simplified the `prepublishOnly` script.
910
- Add tips for React Native gotchas, via [#135](https://github.com/jaydenseric/apollo-upload-client/pull/135).
1011

1112
## 10.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"test:eslint": "eslint .",
6767
"test:prettier": "prettier '**/*.{json,yml,md}' -l",
6868
"test:size": "size-limit",
69-
"prepublishOnly": "npm run prepare && npm test"
69+
"prepublishOnly": "npm test"
7070
}
7171
}

0 commit comments

Comments
 (0)