Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 19d6f10

Browse files
committed
feat(ci): switch to yarn classic
1 parent e7ee51f commit 19d6f10

File tree

4 files changed

+3499
-4858
lines changed

4 files changed

+3499
-4858
lines changed

.github/workflows/release-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 22
14-
always-auth: true
1514
registry-url: https://npm.pkg.github.com/
16-
scope: '@triliumnext'
1715
- run: yarn install
1816
- run: yarn push
1917
env:

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:watch": "npx tsc -w",
1515
"build:dev": "npx tsc && yarn copy-assets",
1616
"build:prod": "yarn clean && cross-env NODE_ENV=production tsc -p ./tsconfig.production.json",
17-
"push": "yarn test && yarn build:prod && yarn npm publish",
17+
"push": "yarn test && yarn build:prod && yarn publish",
1818
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
1919
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
2020
},
@@ -51,5 +51,5 @@
5151
"peerDependencies": {
5252
"express": "^4.16.4"
5353
},
54-
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
54+
"packageManager": "yarn@1.22.22"
5555
}

0 commit comments

Comments
 (0)