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 cc5da6e commit 5fd5c1dCopy full SHA for 5fd5c1d
.github/workflows/publish.yml
@@ -28,6 +28,8 @@ jobs:
28
manifest-file: ts-sdk/${{ matrix.package }}/package.json
29
- name: Setup npm
30
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
31
+ - name: Setup yarn
32
+ run: yarn config set enableHardenedMode false
33
- name: Install dependencies
34
run: yarn install
35
- name: Build package
.yarnrc.yml
@@ -1,4 +1,3 @@
1
nodeLinker: node-modules
2
yarnPath: .yarn/releases/yarn-4.4.0.cjs
3
changesetBaseRefs: ["HEAD"]
4
-enableHardenedMode: false
0 commit comments