1
0

switch to yarn

This commit is contained in:
2024-05-29 21:29:26 +02:00
parent 805147ea6d
commit 66bd8006e1
3 changed files with 180 additions and 286 deletions

View File

@ -6,8 +6,8 @@
"scripts": {
"clean": "rm -rf build",
"build": "tsc --build",
"start": "npm run clean && npm run build && node build/index.js",
"startNoClean": "npm run build && node build/index.js"
"start": "yarn run clean && yarn run build && node build/index.js",
"startNoClean": "yarn run build && node build/index.js"
},
"keywords": [],
"author": "",