Skip to content

Commit

Permalink
feat(ci): switch to yarn classic
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 12, 2024
1 parent e7ee51f commit 19d6f10
Show file tree
Hide file tree
Showing 4 changed files with 3,499 additions and 4,858 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -51,5 +51,5 @@
"peerDependencies": {
"express": "^4.16.4"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
"packageManager": "yarn@1.22.22"
}
Loading

0 comments on commit 19d6f10

Please sign in to comment.