Skip to content

Commit b2f26bb

Browse files
committed
internal: add deprecation warning mobx-vm-entities package
1 parent 8f33e3e commit b2f26bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ postBuildScript({
1111
publishScript({
1212
nextVersion: versionsDiff?.next ?? packageJson.version,
1313
currVersion: versionsDiff?.current,
14-
publishCommand: 'pnpm publish',
14+
publishCommand: 'pnpm publish && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
1515
commitAllCurrentChanges: true,
1616
createTag: true,
1717
githubRepoLink: 'https://github.com/js2me/mobx-view-model',

0 commit comments

Comments
 (0)