We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@aspect_rules_js
1 parent 37e1cd1 commit 063a601Copy full SHA for 063a601
1 file changed
.github/workflows/publish.yaml
@@ -53,7 +53,8 @@ jobs:
53
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" >> .npmrc
54
55
# Publish the package.
56
- bazel run //:pkg.publish --config ci --config release
+ bazel run --config ci --config release //:rules_prerender_pkg_publish
57
+ bazel run --config ci --config release //packages/rules_prerender/declarative_shadow_dom:pkg_publish
58
59
# Remove the token from the `.npmrc` file, it should no longer be needed.
60
sed -i "/${{ secrets.NPM_ACCESS_TOKEN }}/d" .npmrc
0 commit comments