mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 07:25:59 +00:00
fix: remove deprecated feed and sitemap generation scripts from piror version by munually running geneartion after build
This commit is contained in:
parent
da4c6c2c53
commit
b79ecd83a5
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "toshiki-notebook",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"description": "Toshiki's web notebook built upon Vitepress and deployed via Vercel!",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/andatoshiki/toshiki-note",
|
||||
@ -16,8 +17,7 @@
|
||||
"rm:cache": "rm -rf /docs/.vitepress/cache",
|
||||
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install",
|
||||
"lint": "prettier --write .",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"feed": "node docs/.vitepress/utils/genFeed.js"
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,vue,ts,tsx}": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user