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 c45ebaa commit 420c7f1Copy full SHA for 420c7f1
package.json
@@ -59,7 +59,7 @@
59
"postbuild-cjs": "cross-env NODE_ENV=cjs node scripts/copy.packages.json.js && ./scripts/build_cjs_replace_imports.sh",
60
"build": "rimraf lib es && npm run build-cjs && npm run build-esm",
61
"test": "cross-env NODE_ENV=test jest",
62
- "publish:rc": "npm run test && npm run build && npm publish --tag canary",
+ "publish:rc": "npm run test && npm run build && npm publish --tag rc",
63
"publish:stable": "npm run test && npm run build && npm publish"
64
}
65
0 commit comments