pnpm already exists, and sass
This commit is contained in:
parent
021949060e
commit
4c9ff7e807
2 changed files with 2 additions and 1 deletions
2
justfile
2
justfile
|
@ -5,6 +5,6 @@ serve:
|
|||
|
||||
setup:
|
||||
dotnet tool restore
|
||||
npm i -g pnpm
|
||||
npm i -g pnpm || echo 'pnpm already installed'
|
||||
pnpm i
|
||||
dotnet femto ./src
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.51.0",
|
||||
"vite": "^2.9.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue