1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-10 16:00:05 +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", "@semantic-release/exec",
{ {
"publishCmd": "npx standard-version" "publishCmd": "echo 'publish command'"
} }
] ]
] ]