1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 13:48:13 +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:
Trezy 2018-12-18 09:36:09 -06:00
parent d1afc6cdbb
commit aca8d631d8

View File

@ -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}"
}]
]
},