mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-19 20:58:31 -06:00
feat(ci): switch to yarn classic
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user