We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaa3b1 commit 475a707Copy full SHA for 475a707
.changes/config.json
@@ -4,16 +4,16 @@
4
"pkgManagers": {
5
"javascript": {
6
"version": true,
7
- "getPublishedVersion": "npm view ${ pkg.pkg } version",
8
- "prepublish": [{ "command": "npm pack", "dryRunCommand": true }],
+ "getPublishedVersion": "echo whatever npm view ${ pkg.pkg } version",
+ "prepublish": [{ "command": "echo whatever npm pack", "dryRunCommand": true }],
9
"publish": [
10
{
11
"command": "echo # Package Publish",
12
"dryRunCommand": "echo # Package Publish",
13
"pipe": true
14
},
15
16
- "command": "npm publish --access public",
+ "command": "echo test npm publish --access public",
17
"dryRunCommand": "echo publish here",
18
19
}
0 commit comments