feat(ci): switch to yarn classic

This commit is contained in:
Elian Doran 2024-12-12 18:46:16 +02:00
parent e7ee51f84d
commit 19d6f10ccb
No known key found for this signature in database
4 changed files with 3499 additions and 4858 deletions

View File

@ -11,9 +11,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
always-auth: true
registry-url: https://npm.pkg.github.com/
scope: '@triliumnext'
- run: yarn install
- run: yarn push
env:

View File

@ -1 +0,0 @@
nodeLinker: node-modules

View File

@ -14,7 +14,7 @@
"build:watch": "npx tsc -w",
"build:dev": "npx tsc && yarn copy-assets",
"build:prod": "yarn clean && cross-env NODE_ENV=production tsc -p ./tsconfig.production.json",
"push": "yarn test && yarn build:prod && yarn npm publish",
"push": "yarn test && yarn build:prod && yarn publish",
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
},
@ -51,5 +51,5 @@
"peerDependencies": {
"express": "^4.16.4"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
"packageManager": "yarn@1.22.22"
}

8350
yarn.lock

File diff suppressed because it is too large Load Diff