This repository was archived by the owner on May 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3499
-4858
lines changed Expand file tree Collapse file tree 4 files changed +3499
-4858
lines changed Original file line number Diff line number Diff line change 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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 },
5151 "peerDependencies" : {
5252 "express" : " ^4.16.4"
5353 },
54- "packageManager" : " yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1 "
54+ "packageManager" : " yarn@1.22.22 "
5555}
You can’t perform that action at this time.
0 commit comments