mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-12 23:07:17 +00:00
🐛 Remove custom build destination was not working
This commit is contained in:
parent
e5a8530b8f
commit
747365f2b9
3 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
build
|
||||
!docsify
|
||||
dist*
|
||||
node_modules
|
||||
docs/.vitepress/cache
|
||||
docs/.vitepress/dist
|
||||
.DS_Store
|
||||
diffs/**
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
*.handlebars
|
||||
dist
|
||||
docs/.vitepress/cache
|
||||
docs/.vitepress/dist
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"clean": "rimraf docs/.vitepress/cache docs/.vitepress/dist",
|
||||
"build": "npm run build:prod",
|
||||
"build:prod": "vitepress build docs --dest dist",
|
||||
"build:prod": "vitepress build docs",
|
||||
"start": "vitepress dev docs",
|
||||
"preview": "vitepress preview docs",
|
||||
"format": "prettier --write .",
|
||||
|
|
Loading…
Reference in a new issue