chore: tidy up turborepo commands
This commit is contained in:
parent
081855a4ec
commit
0a6c64682d
4 changed files with 22 additions and 25 deletions
|
@ -6,6 +6,7 @@
|
|||
"cp": "cp -a ../../packages/blog-content/dist/public/. ./public",
|
||||
"dev": "pnpm cp && react-scripts start",
|
||||
"build": "pnpm cp && react-scripts build",
|
||||
"preview": "vite serve build --open --port 3000",
|
||||
"clean": "rm -rf .turbo build node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -57,7 +58,8 @@
|
|||
"prettier": "^2.8.1",
|
||||
"simple-icons": "^7.21.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.9.4"
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "^4.3.9"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue