Use Volta to manage Node and Yarn version

This commit is contained in:
Felipe Santos
2023-02-11 12:15:53 -03:00
parent 163679c650
commit 7e511177ad
9 changed files with 104 additions and 73 deletions
+4 -1
View File
@@ -74,12 +74,15 @@
"ts-prune": "^0.10.3",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.4.1",
"scripts": {
"start": "rollup -c --watch",
"build": "yarn run lint && yarn run rollup",
"lint": "eslint 'src/**/*.ts'",
"rollup": "rollup -c",
"prune": "ts-prune"
},
"volta": {
"node": "18.14.0",
"yarn": "3.4.1"
}
}