Skip to content

Commit 475a707

Browse files
committed
Modify publish commands to locate bug
1 parent ecaa3b1 commit 475a707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.changes/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"pkgManagers": {
55
"javascript": {
66
"version": true,
7-
"getPublishedVersion": "npm view ${ pkg.pkg } version",
8-
"prepublish": [{ "command": "npm pack", "dryRunCommand": true }],
7+
"getPublishedVersion": "echo whatever npm view ${ pkg.pkg } version",
8+
"prepublish": [{ "command": "echo whatever npm pack", "dryRunCommand": true }],
99
"publish": [
1010
{
1111
"command": "echo # Package Publish",
1212
"dryRunCommand": "echo # Package Publish",
1313
"pipe": true
1414
},
1515
{
16-
"command": "npm publish --access public",
16+
"command": "echo test npm publish --access public",
1717
"dryRunCommand": "echo publish here",
1818
"pipe": true
1919
}

0 commit comments

Comments
 (0)