Use Volta to manage Node and Yarn version
This commit is contained in:
+4
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user