1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

Merge pull request #170 from sasjs/dummy-release-command

chore: added dummy release command
This commit is contained in:
Muhammad Saad
2022-05-16 09:42:23 -07:00
committed by GitHub

View File

@@ -36,7 +36,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "npx standard-version"
"publishCmd": "echo 'publish command'"
}
]
]