Skip to content

Commit d347dfa

Browse files
committed
internal: add deprecation warning mobx-vm-entities package
1 parent 0127218 commit d347dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

post-build.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ postBuildScript({
1111
publishScript({
1212
nextVersion: versionsDiff?.next ?? packageJson.version,
1313
currVersion: versionsDiff?.current,
14-
publishCommand: 'pnpm publish && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
14+
publishCommand: 'pnpm publish',
1515
commitAllCurrentChanges: true,
1616
createTag: true,
1717
githubRepoLink: 'https://github.com/js2me/mobx-view-model',
18-
cleanupCommand: 'pnpm clean',
18+
cleanupCommand: 'pnpm clean && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
1919
targetPackageJson,
2020
otherNames: ['mobx-view-model']
2121
})

0 commit comments

Comments
 (0)