Switch to yarn

This commit is contained in:
Jonathan Staab
2023-07-07 16:34:44 -07:00
parent b74f2e8e3d
commit 46470aabe4
6 changed files with 2672 additions and 8564 deletions
+4 -4
View File
@@ -14,10 +14,10 @@
},
"scripts": {
"build": "node build.js",
"pub": "npm i && npm run check && node build.js && npm publish",
"check:ts": "tsc --noEmit --esModuleInterop --strict src/**/*",
"check:es": "eslint src/*",
"check": "run-p check:*"
"pub": "npm i && npm run lint && node build.js && npm publish",
"lint:ts": "tsc --noEmit --esModuleInterop --strict src/**/*",
"lint:es": "eslint src/*",
"lint": "run-p lint:*"
},
"keywords": [
"nostr"