Skip to content

Commit 0c42498

Browse files
committed
chore(repo): adjust post package script
1 parent 462132d commit 0c42498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/release/post-package-core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ if (existsSync(npmIgnorePath)) {
1717
// update package.json for all libs
1818

1919
try {
20-
// read latest version of angular-three from npm beta
21-
const latestNpmVersion = execSync('npm view angular-three@beta version').toString().trim();
20+
// read latest version of angular-three from npm
21+
const latestNpmVersion = execSync('npm view angular-three version').toString().trim();
2222

2323
// read latest version from git tag first
2424
const latestTag = execSync('git describe --tags --abbrev=0').toString().trim();

0 commit comments

Comments
 (0)