Skip to content

Commit

Permalink
fix: switch to yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchApotamus committed Oct 12, 2023
1 parent aa8726e commit b448dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"watch": "tsup --watch",
"clean-modules": "rimraf node_modules/ && npm install",
"clean-modules": "rimraf node_modules/ && yarn install",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"build:dev": "tsup --metafile",
Expand Down

0 comments on commit b448dbf

Please sign in to comment.