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 0127218 commit d347dfaCopy full SHA for d347dfa
post-build.mjs
@@ -11,11 +11,11 @@ postBuildScript({
11
publishScript({
12
nextVersion: versionsDiff?.next ?? packageJson.version,
13
currVersion: versionsDiff?.current,
14
- publishCommand: 'pnpm publish && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
+ publishCommand: 'pnpm publish',
15
commitAllCurrentChanges: true,
16
createTag: true,
17
githubRepoLink: 'https://github.com/js2me/mobx-view-model',
18
- cleanupCommand: 'pnpm clean',
+ cleanupCommand: 'pnpm clean && npm deprecate mobx-vm-entities "This project has been renamed. Install mobx-view-model instead."',
19
targetPackageJson,
20
otherNames: ['mobx-view-model']
21
})
0 commit comments