We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f33e3e commit b2f26bbCopy full SHA for b2f26bb
post-build.mjs
@@ -11,7 +11,7 @@ postBuildScript({
11
publishScript({
12
nextVersion: versionsDiff?.next ?? packageJson.version,
13
currVersion: versionsDiff?.current,
14
- publishCommand: 'pnpm publish',
+ publishCommand: 'pnpm publish && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
15
commitAllCurrentChanges: true,
16
createTag: true,
17
githubRepoLink: 'https://github.com/js2me/mobx-view-model',
0 commit comments