MCPcopy Create free account
hub / github.com/formkit/formkit / restoredPackageJSONFiles

Function restoredPackageJSONFiles

scripts/publish.mjs:441–443  ·  view source on GitHub ↗

* Restore the package.json files to the original version.

()

Source from the content-addressed store, hash-verified

439 * Restore the package.json files to the original version.
440 */
441function restoredPackageJSONFiles() {
442 execSync('git reset HEAD --hard')
443}
444
445/**
446 * Restore package versions to their original state before the release.

Callers 1

publishPackagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected