mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 21:58:27 +01:00
fix: Fix the script that's run by semantic-release
I did a dumb. I changed the name of he script that updates the package headers before a release, but
I didn't tell `semantic-release-exec` that I'd changed it. 😬
This commit is contained in:
parent
d1afc6cdbb
commit
aca8d631d8
@ -113,7 +113,7 @@
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/github",
|
||||
["@semantic-release/exec", {
|
||||
"prepareCmd": "./scripts/update-version ${nextRelease.version}"
|
||||
"prepareCmd": "./scripts/updatePackageHeader.js ${nextRelease.version}"
|
||||
}]
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user