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 8713dfd commit 312f0d5Copy full SHA for 312f0d5
1 file changed
.github/workflows/release.yaml
@@ -116,6 +116,8 @@ jobs:
116
- name: Build TypeScript package
117
working-directory: typescript
118
run: |
119
+ npm ci
120
+ npm run build
121
cp ../LICENSE ../NOTICE .
122
npm pack
123
rm -f LICENSE NOTICE
@@ -131,7 +133,7 @@ jobs:
131
133
set -euo pipefail
132
134
TARBALL="$(ls -1 *.tgz | head -n 1)"
135
echo "Publishing $TARBALL"
- npm publish "file:./$TARBALL" --provenance --access public
136
+ npm publish "file:./$TARBALL" --provenance
137
138
- name: Publish Python package to PyPI (OIDC)
139
if: hashFiles('python/dist/*.whl') != ''
0 commit comments