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 a7c56a0 commit 73281ebCopy full SHA for 73281eb
.github/workflows/deploy-lib.yml
@@ -22,13 +22,16 @@ jobs:
22
node-version: '22.x'
23
registry-url: 'https://registry.npmjs.org'
24
25
+ - name: Update npm
26
+ run: npm install -g npm@latest
27
+
28
- name: Install dependencies and build
29
working-directory: 'libs/contract'
30
run: npm i && npm run prepublish
31
32
- name: Publish package on NPM
33
- run: npm publish --provenance --access public
34
+ run: npm publish
35
36
# - name: Install HashedSet dependencies and build
37
# working-directory: 'libs/hashed-set'
0 commit comments