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 462132d commit 0c42498Copy full SHA for 0c42498
tools/scripts/release/post-package-core.mjs
@@ -17,8 +17,8 @@ if (existsSync(npmIgnorePath)) {
17
// update package.json for all libs
18
19
try {
20
- // read latest version of angular-three from npm beta
21
- const latestNpmVersion = execSync('npm view angular-three@beta version').toString().trim();
+ // read latest version of angular-three from npm
+ const latestNpmVersion = execSync('npm view angular-three version').toString().trim();
22
23
// read latest version from git tag first
24
const latestTag = execSync('git describe --tags --abbrev=0').toString().trim();
0 commit comments