Skip to content

Commit 420c7f1

Browse files
Update package.json
Co-authored-by: Emiliano Sanchez <emiliano.sanchez@harness.io>
1 parent c45ebaa commit 420c7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"postbuild-cjs": "cross-env NODE_ENV=cjs node scripts/copy.packages.json.js && ./scripts/build_cjs_replace_imports.sh",
6060
"build": "rimraf lib es && npm run build-cjs && npm run build-esm",
6161
"test": "cross-env NODE_ENV=test jest",
62-
"publish:rc": "npm run test && npm run build && npm publish --tag canary",
62+
"publish:rc": "npm run test && npm run build && npm publish --tag rc",
6363
"publish:stable": "npm run test && npm run build && npm publish"
6464
}
6565
}

0 commit comments

Comments
 (0)